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