strip dll debug info

This commit is contained in:
Dave Murphy 2012-05-14 23:55:47 +01:00
parent 471ea1e10e
commit edbd8b0249

View File

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