7 CFLAGS
= -std
=c99
-Wall
-Wextra
-Wpedantic \
8 -Walloca
-Wcast-qual
-Wconversion
-Wformat
=2 -Wformat-security \
9 -Wnull-dereference
-Wstack-protector
-Wvla
-Warray-bounds \
10 -Wbad-function-cast
-Wconversion
-Wshadow
-Wstrict-overflow
=4 -Wundef \
11 -Wstrict-prototypes
-Wswitch-default
-Wfloat-equal
-Wimplicit-fallthrough \
12 -Wpointer-arith
-Wswitch-enum \
14 -fstack-protector-strong
-fPIE
-fstack-clash-protection
16 LDFLAGS
= -Wl
,-z
,relro
-Wl
,-z
,now
-Wl
,-z
,noexecstack
-Wl
,-z
,separate-code
23 MANPREFIX
= ${PREFIX}/share
/man