We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222b7be commit e8c20d0Copy full SHA for e8c20d0
.clusterfuzzlite/build.sh
@@ -8,9 +8,9 @@
8
# LIB_FUZZING_ENGINE: linker flag for fuzzing harnesses
9
10
# Copy all fuzzer executables to $OUT/
11
-
12
-# Copy all fuzzer executables to $OUT/
13
-$CXX $CFLAGS $LIB_FUZZING_ENGINE \
+# CXXFLAGS holds variables necessary to instrument fuzzing, e.g. saniizer and
+# fuzzing flags.
+$CXX $CXXFLAGS $LIB_FUZZING_ENGINE \
14
$SRC/fast-cpp-csv-parser/.clusterfuzzlite/parse_fuzzer.cpp \
15
-o $OUT/parse_fuzzer \
16
-I$SRC/fast-cpp-csv-parser
0 commit comments