Add -DDEBUG to the checkwps build. The tool is supposed to give debug info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24870 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8ca62f32aa
commit
614fb41ddb
1 changed files with 1 additions and 0 deletions
1
tools/configure
vendored
1
tools/configure
vendored
|
@ -2659,6 +2659,7 @@ fi
|
||||||
toolset='';
|
toolset='';
|
||||||
t_cpu='';
|
t_cpu='';
|
||||||
GCCOPTS='';
|
GCCOPTS='';
|
||||||
|
extradefines="-DDEBUG"
|
||||||
appsdir='\$(ROOTDIR)/tools/checkwps';
|
appsdir='\$(ROOTDIR)/tools/checkwps';
|
||||||
output='checkwps.'${modelname};
|
output='checkwps.'${modelname};
|
||||||
archosrom='';
|
archosrom='';
|
||||||
|
|
Loading…
Reference in a new issue