little fixes

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40362
This commit is contained in:
David Anderson
2007-01-25 20:45:08 +00:00
parent 8dfb783b14
commit ba1d7ae82f
2 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -45,10 +45,10 @@ CPPFLAGS = -Wno-non-virtual-dtor -fno-exceptions -fno-rtti
ifeq "$(DEBUG)" "true"
BIN_DIR = Debug
CFLAGS = $(C_DEBUG_FLAGS)
CFLAGS += $(C_DEBUG_FLAGS)
else
BIN_DIR = Release
CFLAGS = $(C_OPT_FLAGS)
CFLAGS += $(C_OPT_FLAGS)
endif