1
0
Fork 0
forked from len0rd/rockbox

Re-add -DDEBUG to the warble makefile

Change-Id: I515d2299b0de39092fbae3b070bd2d6d19a43ec5
This commit is contained in:
Frank Gevaerts 2012-03-04 16:35:11 +01:00
parent cd8e11b463
commit 534117d1e0

View file

@ -19,7 +19,7 @@ INCLUDES += -I$(ROOTDIR)/firmware/export -I$(ROOTDIR)/firmware/include \
-I$(ROOTDIR)/firmware/target/hosted \ -I$(ROOTDIR)/firmware/target/hosted \
-I$(ROOTDIR)/firmware/target/hosted/sdl -I$(ROOTDIR)/firmware/target/hosted/sdl
GCCOPTS+=-D__PCTOOL__ -g -std=gnu99 `$(SDLCONFIG) --cflags` -DCODECDIR="\"$(CODECDIR)\"" GCCOPTS+=-D__PCTOOL__ -DDEBUG -g -std=gnu99 `$(SDLCONFIG) --cflags` -DCODECDIR="\"$(CODECDIR)\""
LIBS=`$(SDLCONFIG) --libs` -lc LIBS=`$(SDLCONFIG) --libs` -lc
ifneq ($(findstring MINGW,$(shell uname)),MINGW) ifneq ($(findstring MINGW,$(shell uname)),MINGW)