makedist.midori: use debug.log as debuggin output

This commit is contained in:
Paweł Forysiuk 2012-08-14 14:27:49 +02:00 committed by Christian Dywan
parent 1dcf70bd9d
commit 21e7464226
1 changed files with 1 additions and 2 deletions

View File

@ -191,8 +191,7 @@ if [ "$DEBUG_BUILD" == "" ];then
else
#add some gdb helper scripts
cat > $workdir/bin/backtrace.gdb << _EOF
set logging on
set logging file debug.log
set logging on debug.log
run
thread apply all bt
quit