Superfluous CFLAGS
This commit is contained in:
parent
5af58b4514
commit
6fb700e52c
@ -5,7 +5,7 @@ CC ?= gcc
|
||||
|
||||
CFLAGS ?= -Wall -O2 -pipe
|
||||
CFLAGS += -pedantic -std=c99 \
|
||||
-Wall -Wextra -Wunused -Wimplicit -Wshadow -Wformat=2 \
|
||||
-Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \
|
||||
-Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \
|
||||
-Wbad-function-cast -Wnested-externs -Wcomment -Winline \
|
||||
-Wchar-subscripts -Wcast-align -Wno-format-nonliteral
|
||||
|
Loading…
Reference in New Issue
Block a user