mirror of https://github.com/google/oss-fuzz.git
Update build.sh
This commit is contained in:
parent
69c2d45b1f
commit
e50c5d8bff
|
@ -28,6 +28,6 @@ make clean all
|
||||||
|
|
||||||
# Build the target.
|
# Build the target.
|
||||||
$CXX $CXXFLAGS -std=c++11 -I src \
|
$CXX $CXXFLAGS -std=c++11 -I src \
|
||||||
/src/oss-fuzz/pcre2/pcre2_fuzzer.cc -o /out/pcre2_fuzzer \
|
/src/pcre2_fuzzer.cc -o /out/pcre2_fuzzer \
|
||||||
-Wl,--whole-archive .libs/*.a -Wl,-no-whole-archive $SAVED_LDFLAGS \
|
-Wl,--whole-archive .libs/*.a -Wl,-no-whole-archive $SAVED_LDFLAGS \
|
||||||
/work/libfuzzer/*.o
|
/work/libfuzzer/*.o
|
||||||
|
|
Loading…
Reference in New Issue