Skip to content

Commit

Permalink
Adjust default GC allocation area
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Apr 2, 2024
1 parent 3f82caf commit b6ca52c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ executables:
main: Main.hs
source-dirs: src/
dependencies: echidna
ghc-options: -threaded -with-rtsopts=-N
ghc-options:
- -threaded
- '"-with-rtsopts=-A64m -N"'
when:
- condition: (os(linux) || os(windows)) && flag(static)
ghc-options:
Expand Down

0 comments on commit b6ca52c

Please sign in to comment.