Update build.sh

This commit is contained in:
Mike Aizatsky 2016-11-02 23:38:18 -07:00 committed by GitHub
parent 43489960b0
commit c37f5a2550
1 changed files with 2 additions and 1 deletions

View File

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