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 8fd4261 commit fdb2b2aCopy full SHA for fdb2b2a
projects/pcre2/build.sh
@@ -22,6 +22,6 @@ cd pcre2
22
./configure --enable-fuzz-support --enable-never-backslash-C --with-match-limit=1000 --with-match-limit-recursion=1000
23
make -j$(nproc) clean all
24
25
-# build fuzer
+# build fuzzer
26
$CXX $CXXFLAGS -o $OUT/pcre2_fuzzer \
27
-lfuzzer .libs/libpcre2-fuzzsupport.a .libs/libpcre2-8.a
0 commit comments