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).
This commit is contained in:
John MacFarlane 2021-03-18 17:18:31 -07:00
parent a71732fd01
commit 2d10f46de5

View file

@ -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