configs: remove -ansi from linux-debug

-ansi implies -std=c89 but that conflicts with the -std=c99 flag
which is also provided.

Allows the r300g driver to compile.
This commit is contained in:
Brian Paul
2010-01-15 09:02:52 -07:00
parent d1767bfdab
commit 5d57e70ffa

View File

@@ -5,5 +5,5 @@ include $(TOP)/configs/linux
CONFIG_NAME = linux-debug
OPT_FLAGS = -g
CFLAGS += -ansi -pedantic
CFLAGS += -pedantic
DEFINES += -DDEBUG -DDEBUG_MATH