trace-pc-guard is unsupported in newer versions of clang
This commit is contained in:
parent
efe79889be
commit
ce040e21e1
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ CC=${CC:-clang}
|
|||
CXX=${CXX:-clang++}
|
||||
LINK=${LINK:-clang++}
|
||||
|
||||
default_fuzz_flags="-fsanitize=address,undefined -fsanitize-coverage=trace-pc-guard"
|
||||
default_fuzz_flags="-fsanitize=fuzzer,address,undefined"
|
||||
|
||||
CFLAGS=${CFLAGS:-"$default_fuzz_flags"}
|
||||
CXXFLAGS=${CXXFLAGS:-"$default_fuzz_flags"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue