aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-18 17:18:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-18 17:18:31 -0700
commit2d10f46de5e348251a649f1854453015f8918954 (patch)
treea5a47407ad2e66851660a565acc452fb0e5a1be1
parenta71732fd013b1acfd16988e020466a63e54fcbb2 (diff)
downloadpandoc-2d10f46de5e348251a649f1854453015f8918954.tar.gz
Don't bake in extra stack size to the executables.
I don't think this is necessary; stack overflows generally indicate a code problem and should be fixed (and have been when reported).
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 5e988c43e..5936d113f 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 -with-rtsopts=-A8m -threaded
+ ghc-options: -rtsopts -with-rtsopts=-A8m -threaded
library