[Git][ghc/ghc][master] hadrian: build the _l and _thr_l rts flavours in the develN flavours

Marge Bot gitlab at gitlab.haskell.org
Tue Dec 8 20:32:26 UTC 2020



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
0abe3ddf by Adam Sandberg Ericsson at 2020-12-08T15:32:19-05:00
hadrian: build the _l and _thr_l rts flavours in the develN flavours

The ghc binary requires the eventlog rts since
fc644b1a643128041cfec25db84e417851e28bab

- - - - -


1 changed file:

- hadrian/src/Settings/Flavours/Development.hs


Changes:

=====================================
hadrian/src/Settings/Flavours/Development.hs
=====================================
@@ -11,7 +11,7 @@ developmentFlavour ghcStage = defaultFlavour
     { name = "devel" ++ show (fromEnum ghcStage)
     , args = defaultBuilderArgs <> developmentArgs ghcStage <> defaultPackageArgs
     , libraryWays = pure [vanilla]
-    , rtsWays = pure [vanilla, threaded]
+    , rtsWays = pure [vanilla, logging, threaded, threadedLogging]
     , dynamicGhcPrograms = return False }
 
 developmentArgs :: Stage -> Args



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0abe3ddf85a915ab99ae4f87a85faf6ee5466ad3

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0abe3ddf85a915ab99ae4f87a85faf6ee5466ad3
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201208/0b7efed1/attachment.html>


More information about the ghc-commits mailing list