Skip to content

Commit

Permalink
Adjust default GC allocation area (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez authored Apr 15, 2024
1 parent 43f6c88 commit 7ddf1bf
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 7ddf1bf

Please sign in to comment.