[commit: ghc] wip/nfs-locking: Make ghc-cabal build parallel [skip ci]. (83c73a2)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:55:11 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/83c73a2bd507915d2a655e5c6148ec92c8a9e9a5/ghc

>---------------------------------------------------------------

commit 83c73a2bd507915d2a655e5c6148ec92c8a9e9a5
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Jan 5 14:02:21 2016 +0000

    Make ghc-cabal build parallel [skip ci].


>---------------------------------------------------------------

83c73a2bd507915d2a655e5c6148ec92c8a9e9a5
 src/Settings/Packages/GhcCabal.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Settings/Packages/GhcCabal.hs b/src/Settings/Packages/GhcCabal.hs
index 67fa5b4..f1a7373 100644
--- a/src/Settings/Packages/GhcCabal.hs
+++ b/src/Settings/Packages/GhcCabal.hs
@@ -23,6 +23,7 @@ ghcCabalBootArgs = stage0 ? do
         [ remove ["-hide-all-packages"]
         , removePair "-optP-include" $ "-optP" ++ cabalMacros
         , arg "--make"
+        , arg "-j"
         , arg "-DBOOTSTRAPPING"
         , arg "-DMIN_VERSION_binary_0_8_0"
         , arg "-DGENERICS"



More information about the ghc-commits mailing list