[commit: ghc] wip/nfs-locking: Use --flavour=quickest (0cfd96d)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:38:48 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/0cfd96d4dd23ca565f9922357c64c769b78863c1/ghc
>---------------------------------------------------------------
commit 0cfd96d4dd23ca565f9922357c64c769b78863c1
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Aug 20 17:28:48 2016 +0100
Use --flavour=quickest
>---------------------------------------------------------------
0cfd96d4dd23ca565f9922357c64c769b78863c1
doc/windows.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/windows.md b/doc/windows.md
index 4674ff4..a70f85a 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 --flavour=quick
+ stack exec --stack-yaml=hadrian/stack.yaml -- hadrian/build.bat -j --flavour=quickest
-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).
+The entire process should take about 20 minutes. Note, this will build GHC without optimisations. If you need an optimised GHC, drop the `--flavour=quickest` 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