forked from len0rd/rockbox
Re-add -DDEBUG to the warble makefile
Change-Id: I515d2299b0de39092fbae3b070bd2d6d19a43ec5
This commit is contained in:
parent
cd8e11b463
commit
534117d1e0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ INCLUDES += -I$(ROOTDIR)/firmware/export -I$(ROOTDIR)/firmware/include \
|
|||
-I$(ROOTDIR)/firmware/target/hosted \
|
||||
-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
|
||||
ifneq ($(findstring MINGW,$(shell uname)),MINGW)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue