Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build.

This commit is contained in:
Philippe Houdoin 2004-08-24 08:17:08 +00:00
parent c2530b5730
commit b227e90837

View file

@ -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