Skip to content

Commit 8c2f65f

Browse files
committed
f comment
1 parent 33829b3 commit 8c2f65f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fuzz/ci-fuzz.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ rm *_target.rs
1414
popd
1515

1616
cargo install --color always --force honggfuzz --no-default-features
17+
# Because we're fuzzing relatively few iterations, the maximum possible
18+
# compiler optimizations aren't necessary, so switch to defaults.
1719
sed -i 's/lto = true//' Cargo.toml
1820

1921
export RUSTFLAGS="--cfg=secp256k1_fuzz --cfg=hashes_fuzz"

0 commit comments

Comments
 (0)