[Git][ghc/ghc][wip/9.2.6-backports] hadrian: enable -haddock in perf flavour (#22734)
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Thu Feb 2 10:27:18 UTC 2023
Zubin pushed to branch wip/9.2.6-backports at Glasgow Haskell Compiler / GHC
Commits:
d7495c71 by Zubin Duggal at 2023-02-02T15:56:20+05:30
hadrian: enable -haddock in perf flavour (#22734)
- - - - -
1 changed file:
- hadrian/src/Settings/Flavours/Performance.hs
Changes:
=====================================
hadrian/src/Settings/Flavours/Performance.hs
=====================================
@@ -13,6 +13,6 @@ performanceFlavour = defaultFlavour
performanceArgs :: Args
performanceArgs = sourceArgs SourceArgs
{ hsDefault = pure ["-O", "-H64m"]
- , hsLibrary = notStage0 ? arg "-O2"
+ , hsLibrary = mconcat [notStage0 ? arg "-O2", notStage0 ? arg "-haddock"]
, hsCompiler = pure ["-O2"]
, hsGhc = mconcat [stage0 ? arg "-O", notStage0 ? arg "-O2"] }
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d7495c71dc79e3c8682cf7f0b0019ba9aea66377
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d7495c71dc79e3c8682cf7f0b0019ba9aea66377
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/20230202/e2736a51/attachment.html>
More information about the ghc-commits
mailing list