We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb1810 commit 8afffabCopy full SHA for 8afffab
fuzz/oss-fuzz-build.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash -eu
2
+cd $SRC/regex
3
+cargo fuzz build -O --debug-assertions
4
+cp fuzz/target/x86_64-unknown-linux-gnu/release/fuzz_regex_match $OUT/
0 commit comments