Skip to content

Commit 9666fcc

Browse files
authored
Merge pull request #514 from TheBlueMatt/2020-02-no-lto-travis-fuzz
Skip lto on travis when building fuzz targets as it takes 30 min
2 parents 3122d5c + 1b47ddd commit 9666fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz/travis-fuzz.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ rm *_target.rs
1313
popd
1414

1515
cargo install --force honggfuzz
16+
sed -i 's/lto = true//' Cargo.toml
1617
HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz" cargo hfuzz build
1718
for TARGET in src/bin/*.rs; do
1819
FILENAME=$(basename $TARGET)

0 commit comments

Comments
 (0)