mirror of https://github.com/google/oss-fuzz.git
Update build.sh
This commit is contained in:
parent
8fd42612bc
commit
fdb2b2aa5f
|
@ -22,6 +22,6 @@ cd pcre2
|
|||
./configure --enable-fuzz-support --enable-never-backslash-C --with-match-limit=1000 --with-match-limit-recursion=1000
|
||||
make -j$(nproc) clean all
|
||||
|
||||
# build fuzer
|
||||
# build fuzzer
|
||||
$CXX $CXXFLAGS -o $OUT/pcre2_fuzzer \
|
||||
-lfuzzer .libs/libpcre2-fuzzsupport.a .libs/libpcre2-8.a
|
||||
|
|
Loading…
Reference in New Issue