Update build.sh

This commit is contained in:
Mike Aizatsky 2016-10-13 00:16:19 -07:00 committed by GitHub
parent 69c2d45b1f
commit e50c5d8bff
1 changed files with 1 additions and 1 deletions

View File

@ -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