12
12
-Wvolatile-register-var -Woverlength-strings
14
14
# For info about _FORTIFY_SOURCE, see feature_test_macros(7)
16
16
FORTIFY=-D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIC
17
17
# <https://developerblog.redhat.com/2014/10/16/gcc-undefined-behavior-sanitizer-ubsan/>
18
18
ALL_SANITIZE_OPTIONS:=-fsanitize=address -fsanitize=undefined \