Skip to content

Commit 9fe30c8

Browse files
committed
Try out to keep codegen-units = 1
1 parent 9b9f000 commit 9fe30c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fuzz/ci-fuzz.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ cargo clean
2222
popd
2323

2424
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
2825

2926
export HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz"
3027

0 commit comments

Comments
 (0)