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.
1 parent 3122d5c commit 1b47dddCopy full SHA for 1b47ddd
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