mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
windows: automatically log gdb output
This commit is contained in:
parent
54c085d931
commit
5d1df86343
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ if ! grep " using ./waf configure" build/config.log | grep -q -- "--optimize"; t
|
||||||
cp -r ${SRCDIR}/gdb_$WARCH $DESTDIR/gdb
|
cp -r ${SRCDIR}/gdb_$WARCH $DESTDIR/gdb
|
||||||
cat > $DESTDIR/ardbg.bat << EOF
|
cat > $DESTDIR/ardbg.bat << EOF
|
||||||
cd bin
|
cd bin
|
||||||
START ..\\gdb\\bin\\gdb.exe ardour.exe
|
START ..\\gdb\\bin\\gdb.exe -iex "set logging overwrite on" -iex "set height 0" -iex "set logging on %UserProfile%\\ardour-debug.log" ardour.exe
|
||||||
EOF
|
EOF
|
||||||
OUTFILE="${TMPDIR}/ardour-${ARDOURVERSION}-dbg-${WARCH}-Setup.exe"
|
OUTFILE="${TMPDIR}/ardour-${ARDOURVERSION}-dbg-${WARCH}-Setup.exe"
|
||||||
VERSIONINFO="Debug Version."
|
VERSIONINFO="Debug Version."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue