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 7730f3b commit 89671a5Copy full SHA for 89671a5
fuzz/ci-fuzz.sh
@@ -26,6 +26,7 @@ cargo install --color always --force honggfuzz --no-default-features
26
# Because we're fuzzing relatively few iterations, the maximum possible
27
# compiler optimizations aren't necessary, so we turn off LTO
28
sed -i 's/lto = true//' Cargo.toml
29
+sed -i 's/codegen-units = 1//' Cargo.toml
30
31
export HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz"
32
0 commit comments