makedist.midori: use debug.log as debuggin output
This commit is contained in:
parent
1dcf70bd9d
commit
21e7464226
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue