From: Philippe Houdoin Date: Tue, 24 Aug 2004 08:17:08 +0000 (+0000) Subject: Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b227e908373580c98e624a5a6d077201fb3d6064;p=mesa.git Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build. --- diff --git a/configs/beos b/configs/beos index 1976ad19257..1e777e47dd1 100644 --- a/configs/beos +++ b/configs/beos @@ -42,11 +42,10 @@ ifeq ($(CPU), x86) ifdef DEBUG CFLAGS += -g -O0 - CXXFLAGS += -g -O0 LDFLAGS += -g + DEFINES += -DDEBUG else CFLAGS += -O3 - CXXFLAGS += -O3 endif GLUT_CFLAGS = -fexceptions