Mesa (master): mesa: move -ansi -pedantic to CFLAGS

Brian Paul brianp at kemper.freedesktop.org
Tue Nov 17 19:48:17 UTC 2009


Module: Mesa
Branch: master
Commit: 6418ce7df6e9f12cb1ad4ae39580e175a20a02fb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6418ce7df6e9f12cb1ad4ae39580e175a20a02fb

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Nov 17 12:47:12 2009 -0700

mesa: move -ansi -pedantic to CFLAGS

---

 configs/linux-debug |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configs/linux-debug b/configs/linux-debug
index bc6d233..8b0b312 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




More information about the mesa-commit mailing list