aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-03-01 12:44:20 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-03-01 12:44:20 +0000
commit238d2356d7a3292427629081647e84b0159b1dc0 (patch)
tree9c98aece3fb51482fd40572ac8a8ee4478691c97
parent8d41ee397d3c159d3843b911e3dc6095700d3e5e (diff)
downloadspace-plat-hs-238d2356d7a3292427629081647e84b0159b1dc0.tar.gz
space-plat-hs-238d2356d7a3292427629081647e84b0159b1dc0.zip
Trying non-moving GC
-rw-r--r--game.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.cabal b/game.cabal
index 93a1f96..f5989c2 100644
--- a/game.cabal
+++ b/game.cabal
@@ -56,7 +56,7 @@ executable game
build-depends:
base
, game
- ghc-options: -Wall -Werror -O2
+ ghc-options: -Wall -Werror +RTS --nonmoving-gc -RTS -O2
hs-source-dirs: app
default-language: Haskell2010