Module: Mesa Branch: master Commit: 6418ce7df6e9f12cb1ad4ae39580e175a20a02fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6418ce7df6e9f12cb1ad4ae39580e175a20a02fb
Author: Brian Paul <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
