From a5720930da5f3110f50d0e77bd25c1dc641dea19 Mon Sep 17 00:00:00 2001 From: Debian Haskell Group Date: Wed, 13 Dec 2023 12:28:47 +0200 Subject: [PATCH] hadrian-disable-threaded =================================================================== Gbp-Pq: Name hadrian-disable-threaded --- hadrian/hadrian.cabal | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal index eb5690bb..1c249aed 100644 --- a/hadrian/hadrian.cabal +++ b/hadrian/hadrian.cabal @@ -18,7 +18,7 @@ source-repository head -- To accommodate #16873 flag threaded manual: True - default: True + default: False description: Build with the threaded runtime for improved performance. Users with bootstrap compilers which don't support the threaded runtime should @@ -167,14 +167,6 @@ executable hadrian -rtsopts -fno-ignore-asserts - if flag(threaded) - ghc-options: - -- * -I0: Disable idle GC to avoid redundant GCs while - -- waiting for external processes - -- * -qg: Don't use parallel GC as the synchronization - -- time tends to eat any benefit. - "-with-rtsopts=-I0 -qg" - -threaded if flag(selftest) other-modules: Rules.Selftest -- 2.30.2