diff options
author | Brian Paul <[email protected]> | 2010-01-15 09:02:52 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-01-15 09:02:56 -0700 |
commit | 5d57e70ffae96105a36b5edfd29c72c4b6bdd8c3 (patch) | |
tree | f90569f3a8a986426164afccddaa18d32ebc4b13 /configs | |
parent | d1767bfdabac4fd1eedb1ad9ddea368e077725c6 (diff) |
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.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-debug | 2 |
1 files changed, 1 insertions, 1 deletions
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 |