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:
parent
a71732fd01
commit
2d10f46de5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue