Skip to content

Commit e8c20d0

Browse files
ClusterFuzzLite: use CXXFLAGS
Signed-off-by: David Korczynski <[email protected]>
1 parent 222b7be commit e8c20d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.clusterfuzzlite/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# LIB_FUZZING_ENGINE: linker flag for fuzzing harnesses
99

1010
# Copy all fuzzer executables to $OUT/
11-
12-
# Copy all fuzzer executables to $OUT/
13-
$CXX $CFLAGS $LIB_FUZZING_ENGINE \
11+
# CXXFLAGS holds variables necessary to instrument fuzzing, e.g. saniizer and
12+
# fuzzing flags.
13+
$CXX $CXXFLAGS $LIB_FUZZING_ENGINE \
1414
$SRC/fast-cpp-csv-parser/.clusterfuzzlite/parse_fuzzer.cpp \
1515
-o $OUT/parse_fuzzer \
1616
-I$SRC/fast-cpp-csv-parser

0 commit comments

Comments
 (0)