Don't include *.debug files in debug package

These files slow down gdb at startup and many(any?) don't seem
to work correctly
This commit is contained in:
Tim Mayberry
2013-08-16 19:52:21 +10:00
parent 02dd48b386
commit 30370eb0a0

View File

@@ -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