mirror of https://github.com/google/oss-fuzz.git
Update build.sh
This commit is contained in:
parent
43489960b0
commit
c37f5a2550
|
@ -3,7 +3,8 @@ cd /src/expat/expat
|
|||
|
||||
./buildconf.sh
|
||||
./configure
|
||||
make -j$(nproc) clean all
|
||||
make clean
|
||||
make -j$(nproc) all
|
||||
|
||||
$CXX $CXXFLAGS -std=c++11 -Ilib/ \
|
||||
/src/parse_fuzzer.cc -o /out/parse_fuzzer \
|
||||
|
|
Loading…
Reference in New Issue