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