diff --git a/gopenpgp_build.sh b/gopenpgp_build.sh index 4f765937..59f3cf80 100755 --- a/gopenpgp_build.sh +++ b/gopenpgp_build.sh @@ -25,7 +25,7 @@ cd $GOPATH export PATH=$PATH:$GOPATH/bin mkdir dist -$GOPATH/bin/gomobile bind -target ios -o dist/Gopenpgpwrapper.framework gopenpgpwrapper +$GOPATH/bin/gomobile bind -v -ldflags="-s -w" -target ios -o dist/Gopenpgpwrapper.framework gopenpgpwrapper export GOPATH=$OLDGOPATH export PATH=$OLDPATH