Skip to content

Commit

Permalink
Update oss-fuzz build script with debug assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
silvergasp committed May 22, 2023
1 parent ea418af commit a647099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/oss-fuzz-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -eu
cd $SRC/regex
cargo fuzz build -O
cargo fuzz build -O --debug-assertions
cp fuzz/target/x86_64-unknown-linux-gnu/release/fuzz_regex_match $OUT/

0 comments on commit a647099

Please sign in to comment.