diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-10-21 17:15:37 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-10-21 17:15:37 +0100 |
commit | 4f83f54144d95448bd68e01975f2edf9081bbdb7 (patch) | |
tree | b2bf6863b48b9e3ea2669de24f597ac3c9e030b6 /mk/build.mk.sample | |
parent | 9f9bb2b9270f3e19535e55221565dcc7957cd7c9 (diff) | |
download | haskell-4f83f54144d95448bd68e01975f2edf9081bbdb7.tar.gz |
Set V = 1 by default, and add info about turning it off to build.mk.sample
This will hopefully make it less likely that we will get bug reports
with the pretty output, such as in trac ticket 7225.
Diffstat (limited to 'mk/build.mk.sample')
-rw-r--r-- | mk/build.mk.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample index 9a4026be48..6ac5c56b5d 100644 --- a/mk/build.mk.sample +++ b/mk/build.mk.sample @@ -33,6 +33,10 @@ GhcLibWays = v DYNAMIC_BY_DEFAULT = NO +# Uncomment this to get prettier build output. +# Please use V = 1 when reporting GHC bugs. +# V = 0 + # -------- 1. A Performance/Distribution build-------------------------------- ifeq "$(BuildFlavour)" "perf" |