Minor changes to build config.

This commit is contained in:
Robin Heggelund Hansen 2022-04-08 08:54:59 +02:00
parent 0822b2cda4
commit 8529f341d6
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +0,0 @@
profiling: False
library-profiling: True

View File

@ -37,7 +37,7 @@ Executable gren
if flag(dev)
ghc-options: -O0 -Wall -Werror
else
ghc-options: -O2 -rtsopts -threaded "-with-rtsopts=-N -qg -A128m"
ghc-options: -O2 -threaded "-with-rtsopts=-N"
Hs-Source-Dirs:
compiler/src