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.
2 parents 3122d5c + 1b47ddd commit 9666fccCopy full SHA for 9666fcc
fuzz/travis-fuzz.sh
@@ -13,6 +13,7 @@ rm *_target.rs
13
popd
14
15
cargo install --force honggfuzz
16
+sed -i 's/lto = true//' Cargo.toml
17
HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz" cargo hfuzz build
18
for TARGET in src/bin/*.rs; do
19
FILENAME=$(basename $TARGET)
0 commit comments