1
0
Fork 0
forked from len0rd/rockbox

Archos: Fixed broken debug builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7430 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-08-30 20:51:36 +00:00
parent f02f29e59e
commit 517b4b7c1e
2 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,8 @@ endif
# This sets up 'SRC' based on the files mentioned in SOURCES
include $(TOOLSDIR)/makesrc.inc
DEFINES = $(DEBUG)
DIRS = .
ifdef APPEXTRA

2
tools/configure vendored
View file

@ -206,7 +206,7 @@ whichdevel () {
case $option in
[Dd])
echo "define DEBUG"
debug="1"
debug="-DDEBUG"
GCCOPTS="$GCCOPTS -g -DDEBUG"
;;
[Ll])