Searched refs:COV_FLAGS (Results 1 – 2 of 2) sorted by relevance
114 COV_FLAGS=" -fsanitize-coverage=edge,indirect-calls,8bit-counters"120 …(cd pcre; ./autogen.sh; CC="clang -fsanitize=address $COV_FLAGS" ./configure --prefix=`pwd`/../ins…142 clang++ -g -fsanitize=address $COV_FLAGS -c -std=c++11 -I inst/include/ pcre_fuzzer.cc213 COV_FLAGS="-fsanitize-coverage=edge,indirect-calls" # -fsanitize-coverage=8bit-counters215 make -j 32 CC="clang -g -fsanitize=address $COV_FLAGS")
189 COV_FLAGS = -O0 --coverage -DCOVERAGE macro190 CFLAGS += ${COV_FLAGS}191 LDFLAGS += ${COV_FLAGS}