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:
@@ -5,5 +5,5 @@ include $(TOP)/configs/linux
|
|||||||
CONFIG_NAME = linux-debug
|
CONFIG_NAME = linux-debug
|
||||||
|
|
||||||
OPT_FLAGS = -g
|
OPT_FLAGS = -g
|
||||||
CFLAGS += -ansi -pedantic
|
CFLAGS += -pedantic
|
||||||
DEFINES += -DDEBUG -DDEBUG_MATH
|
DEFINES += -DDEBUG -DDEBUG_MATH
|
||||||
|
Reference in New Issue
Block a user