summaryrefslogtreecommitdiff
path: root/configs/linux-debug
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-11-17 12:47:12 -0700
committerBrian Paul <brianp@vmware.com>2009-11-17 12:47:54 -0700
commit6418ce7df6e9f12cb1ad4ae39580e175a20a02fb (patch)
tree4360ac1a5a1522c13f94e99c9918571499576661 /configs/linux-debug
parentb8dcb79c53796f37234bd2b0f5e2845f817fc218 (diff)
mesa: move -ansi -pedantic to CFLAGS
Diffstat (limited to 'configs/linux-debug')
-rw-r--r--configs/linux-debug3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/linux-debug b/configs/linux-debug
index bc6d2336fc..8b0b3126db 100644
--- a/configs/linux-debug
+++ b/configs/linux-debug
@@ -4,5 +4,6 @@ include $(TOP)/configs/linux
CONFIG_NAME = linux-debug
-OPT_FLAGS = -g -ansi -pedantic
+OPT_FLAGS = -g
+CFLAGS += -ansi -pedantic
DEFINES += -DDEBUG -DDEBUG_MATH