From b227e908373580c98e624a5a6d077201fb3d6064 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Tue, 24 Aug 2004 08:17:08 +0000 Subject: [PATCH] Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build. --- configs/beos | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.11.0