10
10
-Wmissing-format-attribute -Wnormalized=nfc -Wpacked \
11
11
-Wredundant-decls -Wnested-externs -Winline -Wvla \
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/>
19
19
-fsanitize=shift -fsanitize=integer-divide-by-zero \
20
20
-fsanitize=unreachable -fsanitize=vla-bound -fsanitize=null \
21
21
-fsanitize=return -fsanitize=signed-integer-overflow \