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.
codegen-units = 1
1 parent f0ec19d commit f6238fcCopy full SHA for f6238fc
fuzz/ci-fuzz.sh
@@ -22,10 +22,10 @@ cargo clean
22
popd
23
24
cargo install --color always --force honggfuzz --no-default-features
25
+
26
# Because we're fuzzing relatively few iterations, the maximum possible
-# compiler optimizations aren't necessary, so switch to defaults.
27
+# compiler optimizations aren't necessary, so we turn off LTO
28
sed -i 's/lto = true//' Cargo.toml
-sed -i 's/codegen-units = 1//' Cargo.toml
29
30
export HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz"
31
0 commit comments