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
8a23f2d9
Commit
8a23f2d9
authored
Feb 01, 2011
by
Simon Marlow
Browse files
comments
parent
784e214d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/build.mk.sample
View file @
8a23f2d9
...
@@ -7,15 +7,17 @@
...
@@ -7,15 +7,17 @@
# Uncomment one of these to select a build profile below:
# Uncomment one of these to select a build profile below:
# Full build with max optimisation
(
slow build)
# Full build with max optimisation
and everything enabled (very
slow build)
#BuildFlavour = perf
#BuildFlavour = perf
# Fastest build (libs unoptimised):
# Fast build with optimised libraries, no profiling (RECOMMENDED):
#BuildFlavour = quickest
# Fast build with optimised libraries:
#BuildFlavour = quick
#BuildFlavour = quick
# Even faster build. NOT RECOMMENDED: the libraries will be
# completely unoptimised, so any code built with this compiler
# (including stage2) will run very slowly:
#BuildFlavour = quickest
# Profile the stage2 compiler:
# Profile the stage2 compiler:
#BuildFlavour = prof
#BuildFlavour = prof
...
...
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