From: Brian Paul Date: Fri, 15 Jan 2010 16:02:52 +0000 (-0700) Subject: configs: remove -ansi from linux-debug X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d57e70ffae96105a36b5edfd29c72c4b6bdd8c3;p=mesa.git 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. --- diff --git a/configs/linux-debug b/configs/linux-debug index 8b0b3126db6..01763b1a30d 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