projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8dcb79
)
mesa: move -ansi -pedantic to CFLAGS
author
Brian Paul
<brianp@vmware.com>
Tue, 17 Nov 2009 19:47:12 +0000
(12:47 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 17 Nov 2009 19:47:54 +0000
(12:47 -0700)
configs/linux-debug
patch
|
blob
|
history
diff --git
a/configs/linux-debug
b/configs/linux-debug
index bc6d2336fc33b9a6d83cbd04e91184f2fb57ff1c..8b0b3126db6e800a04c48237f7c9de6e16a1a186 100644
(file)
--- 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