Skip to content

Commit

Permalink
strip dll debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Murphy committed May 14, 2012
1 parent 471ea1e commit edbd8b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions strip_bins.sh
Expand Up @@ -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
Expand Down

0 comments on commit edbd8b0

Please sign in to comment.