summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2013-08-16 19:52:21 +1000
committerTim Mayberry <mojofunk@gmail.com>2013-12-07 20:48:19 +1000
commit30370eb0a039b991342ebf1437e94ebc4db793c6 (patch)
tree0e749a91aaaa12349083cab95cd97183bb5bc8ff /tools
parent02dd48b3865d047416d6b25aaa3be1ebb8c8a513 (diff)
Don't include *.debug files in debug package
These files slow down gdb at startup and many(any?) don't seem to work correctly
Diffstat (limited to 'tools')
-rwxr-xr-xtools/windows_packaging/package.sh4
1 files changed, 2 insertions, 2 deletions
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