Skip to content
Snippets Groups Projects
Commit 0abe3ddf authored by adam's avatar adam Committed by Marge Bot
Browse files

hadrian: build the _l and _thr_l rts flavours in the develN flavours

The ghc binary requires the eventlog rts since
fc644b1a
parent 62ed6957
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment