[Git][ghc/ghc][wip/rts-configure-symbols] Less quite

John Ericson (@Ericson2314) gitlab at gitlab.haskell.org
Fri Sep 15 21:29:14 UTC 2023



John Ericson pushed to branch wip/rts-configure-symbols at Glasgow Haskell Compiler / GHC


Commits:
e1bfdaee by John Ericson at 2023-09-15T17:29:07-04:00
Less quite

- - - - -


1 changed file:

- hadrian/src/Settings/Builders/Cabal.hs


Changes:

=====================================
hadrian/src/Settings/Builders/Cabal.hs
=====================================
@@ -83,7 +83,6 @@ cabalSetupArgs = builder (Cabal Setup) ? do
 
 commonCabalArgs :: Stage -> Args
 commonCabalArgs stage = do
-  verbosity <- expr getVerbosity
   pkg       <- getPackage
   package_id <- expr $ pkgUnitId stage pkg
   let prefix = "${pkgroot}" ++ (if windowsHost then "" else "/..")
@@ -127,9 +126,7 @@ commonCabalArgs stage = do
             , with Alex
             , with Happy
             -- Update Target.trackArgument if changing these:
-            , verbosity < Verbose ?
-              pure [ "-v0", "--configure-option=--quiet"
-                   , "--configure-option=--disable-option-checking" ] ]
+            ]
 
 -- TODO: Isn't vanilla always built? If yes, some conditions are redundant.
 -- TODO: Need compiler_stage1_CONFIGURE_OPTS += --disable-library-for-ghci?



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e1bfdaee603dc2ee97a82f3cb6b917ca6f656b9c
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/20230915/dd7c0b5c/attachment-0001.html>


More information about the ghc-commits mailing list