make_macos_package.sh: use strip to reduce executable size.
This commit is contained in:
parent
7cac58f126
commit
995d17353b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue