make_macos_package.sh: use strip to reduce executable size.

This commit is contained in:
John MacFarlane 2017-08-18 14:34:46 -07:00
parent 7cac58f126
commit 995d17353b

View file

@ -30,6 +30,9 @@ echo Building pandoc...
stack clean
stack install --stack-yaml=stack.pkg.yaml --local-bin-path $DEST/bin/ pandoc pandoc-citeproc
strip $DEST/bin/pandoc
strip $DEST/bin/pandoc-citeproc
echo Getting man pages...
make man/pandoc.1