summaryrefslogtreecommitdiff
path: root/macos/make_macos_package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macos/make_macos_package.sh')
-rwxr-xr-xmacos/make_macos_package.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/macos/make_macos_package.sh b/macos/make_macos_package.sh
index f49b6a81b..f5262e1d5 100755
--- a/macos/make_macos_package.sh
+++ b/macos/make_macos_package.sh
@@ -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