[commit: ghc] wip/nfs-locking: Quick flavour now disables library profiling (9b68950)

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


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

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

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

commit 9b68950fd0a53a33dbe902ed6e55b627f6ecb516
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Mar 10 00:01:55 2016 +0000

    Quick flavour now disables library profiling
    
    See #188. [skip ci]


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

9b68950fd0a53a33dbe902ed6e55b627f6ecb516
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index aca17ea..b6d762b 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,8 @@ are placed into `.build` and `inplace` directories ([#113][build-artefacts-issue
 In addition to standard Shake flags (try `--help`), the build system
 currently supports several others:
 * `--flavour=FLAVOUR`: choose a build flavour. Two settings are currently supported:
-`default` and `quick` (adds `-O0` flag to all GHC invocations speeding up builds by 3x).
+`default` and `quick` (adds `-O0` flag to all GHC invocations and disables library
+profiling, which speeds up builds by 3-4x).
 * `--haddock`: build Haddock documentation.
 * `--progress-info=STYLE`: choose how build progress info is printed. There are four
 settings: `none`, `brief` (one line per build command), `normal` (typically a box per



More information about the ghc-commits mailing list