We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642e651 commit d06cfd5Copy full SHA for d06cfd5
build.sh
@@ -2,7 +2,7 @@
2
LIBFUZZER_SRC_DIR=$(dirname $0)
3
CXX="${CXX:-clang}"
4
for f in $LIBFUZZER_SRC_DIR/*.cpp; do
5
- $CXX -g -O2 -fno-omit-frame-pointer -std=c++17 $f -c &
+ $CXX -stdlib=libc++ -g -O2 -fno-omit-frame-pointer -std=c++17 $f -c &
6
done
7
wait
8
rm -f libFuzzer.a
0 commit comments