summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-03-29 23:45:44 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-03-29 23:45:44 +0000
commit20e15f9381e59ec53b9968f567777bde05b49075 (patch)
tree35a741a05189a7589dbf0229533d3692109c5d2d /configs
parent75a8383e8d9940bd933dea1ef3b33d8321a6a723 (diff)
Add -ansi -pedantic flags to OPT_FLAGS. This got lost at some point. Good for catching sloppy coding.
Diffstat (limited to 'configs')
-rw-r--r--configs/linux-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-debug b/configs/linux-debug
index fe744cfc511..bc6d2336fc3 100644
--- a/configs/linux-debug
+++ b/configs/linux-debug
@@ -4,5 +4,5 @@ include $(TOP)/configs/linux
CONFIG_NAME = linux-debug
-OPT_FLAGS = -g
+OPT_FLAGS = -g -ansi -pedantic
DEFINES += -DDEBUG -DDEBUG_MATH