From 5d57e70ffae96105a36b5edfd29c72c4b6bdd8c3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 15 Jan 2010 09:02:52 -0700 Subject: 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. --- configs/linux-debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/linux-debug') diff --git a/configs/linux-debug b/configs/linux-debug index 8b0b3126db..01763b1a30 100644 --- a/configs/linux-debug +++ b/configs/linux-debug @@ -5,5 +5,5 @@ include $(TOP)/configs/linux CONFIG_NAME = linux-debug OPT_FLAGS = -g -CFLAGS += -ansi -pedantic +CFLAGS += -pedantic DEFINES += -DDEBUG -DDEBUG_MATH -- cgit v1.2.3