1
0
Fork 0
forked from len0rd/rockbox

Undefined DEBUG, so that it compiles on DEBUG builds.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8553 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomasz Malesinski 2006-02-03 23:21:36 +00:00
parent b3db55f427
commit bcd22f000a

View file

@ -15,7 +15,7 @@ ifdef APPEXTRA
endif
# NOTE: FPM_ define has been moved to global.h
MADOPTS = -DNDEBUG -O2
MADOPTS = -UDEBUG -DNDEBUG -O2
CFLAGS = $(GCCOPTS) $(MADOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \
-DMEM=${MEMORYSIZE} $(PROFILE_OPTS)