We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33829b3 commit 8c2f65fCopy full SHA for 8c2f65f
fuzz/ci-fuzz.sh
@@ -14,6 +14,8 @@ rm *_target.rs
14
popd
15
16
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.
19
sed -i 's/lto = true//' Cargo.toml
20
21
export RUSTFLAGS="--cfg=secp256k1_fuzz --cfg=hashes_fuzz"
0 commit comments