updated CFLAGS (Anich Gregor)

This commit is contained in:
Brian Paul 2004-08-30 20:53:49 +00:00
parent 171614abbd
commit dbc4830d87

View file

@ -61,7 +61,7 @@ CPU ?= pentium
ifeq ($(ICD),1)
# when -std=c99 mingw will not define WIN32
CFLAGS = -Wall -W -Werror -pedantic -std=c99 -DWIN32
CFLAGS = -Wall -W -Werror
else
# I love c89
CFLAGS = -Wall -W -pedantic