Lines Matching refs:OPTION
5 OPTION = -fPIC macro
6 OPTION += -fstack-protector-all
7 OPTION += -D_FORTIFY_SOURCE=2 -O2
8 OPTION += -Wformat=2 -Wfloat-equal -Wshadow
9 OPTION += -Wconversion
10 OPTION += -Wformat-security
11 OPTION += -Wextra
12 OPTION += --param ssp-buffer-size=4
13 OPTION += -Warray-bounds
14 OPTION += -Wpointer-arith
15 OPTION += -Wcast-qual
16 OPTION += -Wstrict-prototypes
17 OPTION += -Wmissing-prototypes
18 OPTION += -Wstrict-overflow=1
19 OPTION += -Wstrict-aliasing=2
20 OPTION += -Wswitch -Wswitch-default
22 CFLAG = -Wall -DNDEBUG -O2 $(OPTION)