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