mirror of https://github.com/google/oss-fuzz.git
Update build.sh
This commit is contained in:
parent
a82019bbd8
commit
4a2f17e4fb
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
CXX="$CXX -std=c++11 -stdlib=libc++"
|
||||
CXX="$CXX -std=c++11"
|
||||
|
||||
./autogen.sh
|
||||
./configure --without-docs --disable-shared --enable-static --disable-tests --disable-generators --enable-fuzzers
|
||||
|
|
Loading…
Reference in New Issue