[commit: ghc] wip/nfs-locking: Use --flavour=quick (da2ce2e)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:29:45 UTC 2017


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

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

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

commit da2ce2e21529a6e9a4c2dcc8a033996bdca33be5
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri May 6 00:18:12 2016 +0100

    Use --flavour=quick
    
    See #234. [skip ci]


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

da2ce2e21529a6e9a4c2dcc8a033996bdca33be5
 doc/windows.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/windows.md b/doc/windows.md
index 79dfcc2..4674ff4 100644
--- a/doc/windows.md
+++ b/doc/windows.md
@@ -11,9 +11,9 @@ The first step is to [install Stack](https://www.stackage.org/stack/windows-x86_
 	cd ghc
 	stack exec -- git clone git://github.com/snowleopard/hadrian
 	stack build --stack-yaml=hadrian/stack.yaml --only-dependencies
-	stack exec --stack-yaml=hadrian/stack.yaml -- hadrian/build.bat -j
+	stack exec --stack-yaml=hadrian/stack.yaml -- hadrian/build.bat -j --flavour=quick
 
-The entire process should take about an hour.
+The entire process should take about 20 minutes. Note, this will build GHC without optimisations. If you need an optimised GHC, drop the `--flavour=quick` flag from the last command line (this will slow down the build to about an hour).
 
 #### Future ideas
 



More information about the ghc-commits mailing list