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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macos/make_macos_package.sh b/macos/make_macos_package.sh
index 7cdc42e0c..4dd746a7c 100755
--- a/macos/make_macos_package.sh
+++ b/macos/make_macos_package.sh
@@ -26,7 +26,7 @@ stack setup
echo Building pandoc...
stack clean
-stack install --stack-yaml=stack.pkg.yaml --local-bin-path $DEST/bin/ pandoc pandoc-citeproc
+stack install --ghc-options="-O2" --stack-yaml=stack.pkg.yaml --local-bin-path $DEST/bin/ pandoc pandoc-citeproc
strip $DEST/bin/pandoc
strip $DEST/bin/pandoc-citeproc