mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-19 16:03:09 -05:00
strip dll debug info
This commit is contained in:
@@ -19,6 +19,10 @@ do
|
||||
then
|
||||
$HOST_STRIP $f
|
||||
fi
|
||||
if [[ "$f" == *.dll ]]
|
||||
then
|
||||
$HOST_STRIP -d $f
|
||||
fi
|
||||
done
|
||||
|
||||
if [ $VERSION -eq 2 ]; then
|
||||
|
||||
Reference in New Issue
Block a user