add -Wformat-security -Wno-format-zero-length

This commit is contained in:
bodea 2005-01-06 02:35:03 +00:00
parent bbe84e53bf
commit 8e5be4e9ec

View file

@ -14,16 +14,12 @@ DEFINES += -DSTATEDIR='"$(statedir)"'
OPTIM =
OPTIM += -g
OPTIM += -O3
OPTIM += -funroll-loops
OPTIM += -fomit-frame-pointer
OPTIM += -finline-functions
#OPTIM += -fstrength-reduce
CC = gcc
LD = gcc
INCLUDES = -I.
CPPFLAGS = $(INCLUDES) $(DEFINES)
CFLAGS = -Wall $(OPTIM)
CFLAGS = -Wall -Wformat-security -Wno-format-zero-length $(OPTIM)
LDFLAGS =
LDLIBS =
INSTALL = install -c -D -o root -g root