diff options
| author | Philippe Houdoin <phoudoin@freedesktop.org> | 2004-08-24 08:17:08 +0000 | 
|---|---|---|
| committer | Philippe Houdoin <phoudoin@freedesktop.org> | 2004-08-24 08:17:08 +0000 | 
| commit | b227e908373580c98e624a5a6d077201fb3d6064 (patch) | |
| tree | 87538fc6437eab3e5add5695156356636a992a73 | |
| parent | c2530b573076fe0b257710a456a2b8cd714c0d0a (diff) | |
Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build.
| -rw-r--r-- | configs/beos | 3 | 
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 | 
