Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
9b68950f
Commit
9b68950f
authored
Mar 10, 2016
by
Andrey Mokhov
Browse files
Quick flavour now disables library profiling
See
#188
. [skip ci]
parent
56526ffc
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9b68950f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment