Now the debug information is generated in the RELEASE version when MSVC is used.

This commit is contained in:
David Capello 2010-06-24 09:46:35 -03:00
parent 4868854d2a
commit fe72c5ccdf

View File

@ -53,7 +53,8 @@ ifdef DEBUGMODE
endif
else
ifdef RELEASE
CFLAGS += -O2 -DNDEBUG
# Release with debug info
CFLAGS += -Zi -O2 -DNDEBUG
LFLAGS += -RELEASE
ifdef STATIC_ALLEG_LINK