mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Allow to bundle gdb with optimized windows builds
Preferably also configure with "--optimize --debug-symbols" when setting the PACKAGE_GDB environment variable
This commit is contained in:
parent
7696380cfd
commit
70e2ddbc1b
1 changed files with 3 additions and 0 deletions
|
|
@ -235,6 +235,9 @@ fi
|
|||
### http://sourceforge.net/projects/mingw/files/MinGW/Extension/gdb/gdb-7.6.1-1/gdb-7.6.1-1-mingw32-bin.tar.lzma
|
||||
### http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.1/threads-win32/sjlj/x86_64-4.9.1-release-win32-sjlj-rt_v3-rev1.7z
|
||||
if ! grep " using ./waf configure" build/config.log | grep -q -- "--optimize"; then
|
||||
PACKAGE_GDB=1
|
||||
fi
|
||||
if test -n "$PACKAGE_GDB"; then
|
||||
download gdb-static-win3264.tar.xz http://robin.linuxaudio.org/gdb-static-win3264.tar.xz
|
||||
cd ${SRCCACHE}
|
||||
tar xf gdb-static-win3264.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue