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:
parent
f02f29e59e
commit
517b4b7c1e
2 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,8 @@ endif
|
||||||
# This sets up 'SRC' based on the files mentioned in SOURCES
|
# This sets up 'SRC' based on the files mentioned in SOURCES
|
||||||
include $(TOOLSDIR)/makesrc.inc
|
include $(TOOLSDIR)/makesrc.inc
|
||||||
|
|
||||||
|
DEFINES = $(DEBUG)
|
||||||
|
|
||||||
DIRS = .
|
DIRS = .
|
||||||
|
|
||||||
ifdef APPEXTRA
|
ifdef APPEXTRA
|
||||||
|
|
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -206,7 +206,7 @@ whichdevel () {
|
||||||
case $option in
|
case $option in
|
||||||
[Dd])
|
[Dd])
|
||||||
echo "define DEBUG"
|
echo "define DEBUG"
|
||||||
debug="1"
|
debug="-DDEBUG"
|
||||||
GCCOPTS="$GCCOPTS -g -DDEBUG"
|
GCCOPTS="$GCCOPTS -g -DDEBUG"
|
||||||
;;
|
;;
|
||||||
[Ll])
|
[Ll])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue