mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-21 17:44:41 -05:00
strip dll debug info
This commit is contained in:
parent
471ea1e10e
commit
edbd8b0249
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user