From 30370eb0a039b991342ebf1437e94ebc4db793c6 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Fri, 16 Aug 2013 19:52:21 +1000 Subject: Don't include *.debug files in debug package These files slow down gdb at startup and many(any?) don't seem to work correctly --- tools/windows_packaging/package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/windows_packaging') diff --git a/tools/windows_packaging/package.sh b/tools/windows_packaging/package.sh index b1b22e074c..449d008444 100755 --- a/tools/windows_packaging/package.sh +++ b/tools/windows_packaging/package.sh @@ -158,8 +158,8 @@ if [ x$DEBUG = xT ]; then echo "Copying JACK utility programs to $PACKAGE_DIR ..." cp $MINGW_ROOT/bin/jack_*.exe $PACKAGE_DIR - echo "Copying any debug files to $PACKAGE_DIR ..." - cp $MINGW_ROOT/bin/*.debug $PACKAGE_DIR + #echo "Copying any debug files to $PACKAGE_DIR ..." + #cp $MINGW_ROOT/bin/*.debug $PACKAGE_DIR echo "Copying gdb and config files to $PACKAGE_DIR ..." cp $MINGW_ROOT/bin/gdb.exe $PACKAGE_DIR -- cgit v1.2.3