summaryrefslogtreecommitdiff
path: root/configs/beos
diff options
context:
space:
mode:
authorPhilippe Houdoin <phoudoin@freedesktop.org>2004-08-24 08:17:08 +0000
committerPhilippe Houdoin <phoudoin@freedesktop.org>2004-08-24 08:17:08 +0000
commitb227e908373580c98e624a5a6d077201fb3d6064 (patch)
tree87538fc6437eab3e5add5695156356636a992a73 /configs/beos
parentc2530b573076fe0b257710a456a2b8cd714c0d0a (diff)
Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build.
Diffstat (limited to 'configs/beos')
-rw-r--r--configs/beos3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/beos b/configs/beos
index 1976ad1925..1e777e47dd 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