We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c32d87 commit 11681aaCopy full SHA for 11681aa
Makefile
@@ -380,7 +380,7 @@ LDLIBS=
380
# Select instrumentation via "make GCC_INSTRUMENT='whatever'".
381
GCC_INSTRUMENT = \
382
-fsanitize=undefined -fsanitize-address-use-after-scope \
383
- -fsanitize-undefined-trap-on-error -fstack-protector
+ -fsanitize-trap=all -fstack-protector
384
# Omit -fanalyzer from GCC_DEBUG_FLAGS, as it makes GCC too slow.
385
GCC_DEBUG_FLAGS = -DGCC_LINT -g3 -O3 \
386
$(GCC_INSTRUMENT) \
0 commit comments