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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user