Don't include *.debug files in debug package
authorTim Mayberry <mojofunk@gmail.com>
Fri, 16 Aug 2013 09:52:21 +0000 (19:52 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Sat, 7 Dec 2013 10:48:19 +0000 (20:48 +1000)
These files slow down gdb at startup and many(any?) don't seem
to work correctly

tools/windows_packaging/package.sh

index b1b22e074c374f33413a0d04868a5130f2eb5cdb..449d0084447830813abfe298eb92c737877b0113 100755 (executable)
@@ -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