|
@ -1,6 +1,7 @@ |
|
|
CXX= clang++ |
|
|
CXX= clang++ |
|
|
CXXFLAGS= --std=c++20 -O0 -g -pthread -DGP_TESTS -DFUZZ_STRENGTH=100 -DNO_BENCH=1 -pedantic \
|
|
|
CXXFLAGS= --std=c++20 -O0 -g -pthread -DGP_TESTS -DFUZZ_STRENGTH=100 -DNO_BENCH=1 -pedantic \
|
|
|
-fprofile-instr-generate -fcoverage-mapping -Wno-unknown-attributes -fno-omit-frame-pointer \
|
|
|
-fprofile-instr-generate -fcoverage-mapping -Wno-unknown-attributes -fno-omit-frame-pointer \
|
|
|
|
|
|
-DCATCH_EXCEPTIONS=1 |
|
|
|
|
|
|
|
|
# -fsanitize=address -fsanitize-blacklist=blacklist.txt
|
|
|
# -fsanitize=address -fsanitize-blacklist=blacklist.txt
|
|
|
|
|
|
|
|
|