From c404ce9b3529cf402a0f9d649ca3299df09ba089 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 19 Jan 2021 18:06:58 +0100 Subject: [PATCH] fix: nonmoving-gc still segfaults --- package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.yaml b/package.yaml index 8a55635d5..0fcfd2986 100644 --- a/package.yaml +++ b/package.yaml @@ -267,7 +267,7 @@ executables: - condition: flag(library-only) buildable: false ghc-options: - - -threaded -rtsopts "-with-rtsopts=-N -T --nonmoving-gc" + - -threaded -rtsopts "-with-rtsopts=-N -T" uniworxdb: main: Database.hs ghc-options: