aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-18 11:02:46 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-18 11:02:46 -0700
commitc7230182a058609263e351ae576705d7a51b0c9e (patch)
tree4307d15301374d9fdc87989b2c5887d344ce7f6d /pandoc.cabal
parent0012750c421b74313ad950f95730d6ee21c08408 (diff)
downloadpandoc-c7230182a058609263e351ae576705d7a51b0c9e.tar.gz
pandoc.cabal: bake in -A8m to rtsopts.
This reserves a larger allocation area and reduces GC, speeding up execution.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 7e9d81951..7e617c8ee 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -426,7 +426,7 @@ common common-options
common common-executable
import: common-options
build-depends: pandoc
- ghc-options: -rtsopts -with-rtsopts=-K16m -threaded
+ ghc-options: -rtsopts -with-rtsopts=-K16m -with-rtsopts=-A8m -threaded
library