diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-11-19 14:30:54 -0800 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-11-23 12:49:33 -0800 |
commit | c6edcf69b379ae33a6d6d364e676a60d0524ed72 (patch) | |
tree | 977050462e521dcc3b6f6fd7a20e1534f9e05d03 /scripts | |
parent | 76253eb1d1e82f5f4b2aeec1d151a32804a80a42 (diff) | |
download | qtlocation-mapboxgl-c6edcf69b379ae33a6d6d364e676a60d0524ed72.tar.gz |
reduce framework binary size with more stripping
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ios/framework.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ios/framework.sh b/scripts/ios/framework.sh index 81f7b35b93..1d1f755794 100755 --- a/scripts/ios/framework.sh +++ b/scripts/ios/framework.sh @@ -23,6 +23,7 @@ cp -rv ../../../../ios/framework/Settings.bundle Mapbox.framework/Settings.bundl # binary cp -v ../static/libMapbox.a Mapbox.framework/Mapbox +strip -Sx Mapbox.framework/Mapbox # module map mkdir Mapbox.framework/Modules |