aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-27 18:49:44 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-27 18:49:44 -0800
commit97387f8fac86a2ae7e248bd1a169a3bc94b35d2a (patch)
treee240d9be476bdb14e0280b54c8e7a3e4e28bbdf4 /Makefile
parent8a42ca41cf5fbb4d812a7774d10be1d07cbe0b39 (diff)
downloadpandoc-97387f8fac86a2ae7e248bd1a169a3bc94b35d2a.tar.gz
Increase GC allocation space for compilation in cabal.project.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbb4c494b..2214436c5 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ GHCOPTS=-fdiagnostics-color=always
WEBSITE=../../web/pandoc.org
quick:
- stack install --ghc-options='$(GHCOPTS)' --install-ghc --flag 'pandoc:embed_data_files' --fast --test --test-arguments='-j4 --hide-successes $(TESTARGS)'
+ stack install --ghc-options='$(GHCOPTS)' --install-ghc --flag 'pandoc:embed_data_files' --fast --test --ghc-options='-j +RTS -A64m -RTS' --test-arguments='-j4 --hide-successes $(TESTARGS)'
quick-cabal:
cabal new-configure . --ghc-options '$(GHCOPTS)' --disable-optimization --enable-tests