Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
samdealy committed Mar 23, 2023
1 parent 08f86c1 commit 7384d5e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions util/build/enclave/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,15 @@ impl Builder {

cargo_builder
.target(ENCLAVE_TARGET_TRIPLE)
.add_rust_flags(&["-D", "warnings", "-C", &feature_buf,
"--cfg", "features=\"precomputed-tables\"",
"--cfg", "curve25519_dalek_backend=\"simd\"",
.add_rust_flags(&[
"-D",
"warnings",
"-C",
&feature_buf,
"--cfg",
"features=\"precomputed-tables\"",
"--cfg",
"curve25519_dalek_backend=\"simd\"",
]);

Ok(Self {
Expand Down

0 comments on commit 7384d5e

Please sign in to comment.