diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-03-29 23:45:44 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-03-29 23:45:44 +0000 |
commit | 20e15f9381e59ec53b9968f567777bde05b49075 (patch) | |
tree | 35a741a05189a7589dbf0229533d3692109c5d2d /configs/linux-debug | |
parent | 75a8383e8d9940bd933dea1ef3b33d8321a6a723 (diff) |
Add -ansi -pedantic flags to OPT_FLAGS. This got lost at some point. Good for catching sloppy coding.
Diffstat (limited to 'configs/linux-debug')
-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 fe744cfc51..bc6d2336fc 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 |