projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75a8383
)
Add -ansi -pedantic flags to OPT_FLAGS. This got lost at some point. Good for catch...
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 29 Mar 2006 23:45:44 +0000
(23:45 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 29 Mar 2006 23:45:44 +0000
(23:45 +0000)
configs/linux-debug
patch
|
blob
|
history
diff --git
a/configs/linux-debug
b/configs/linux-debug
index fe744cfc5112718ddb315544112200013702eea9..bc6d2336fc33b9a6d83cbd04e91184f2fb57ff1c 100644
(file)
--- 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