summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-07-22 00:00:01 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-07-22 00:02:42 +0200
commita7e0326645bde1cc0a12f81a337ce797b159987e (patch)
tree733ee1f26744e84a1bb070268a33ced835546a4e /validate
parentd941a8993d1301949e6e64c92fa54324803754f6 (diff)
downloadhaskell-a7e0326645bde1cc0a12f81a337ce797b159987e.tar.gz
Validate: document --quiet [skip ci]
Diffstat (limited to 'validate')
-rwxr-xr-xvalidate5
1 files changed, 3 insertions, 2 deletions
diff --git a/validate b/validate
index 6c33b068f6..57977fa077 100755
--- a/validate
+++ b/validate
@@ -18,12 +18,13 @@ Flags:
compiler the test suite covers.
2008-07-01: 63% slower than the default.
HTML generated here: testsuite/hpc_output/hpc_index.html
- --normal Default settings
--fast Omit dyn way, omit binary distribution
--slow Build stage2 with -DDEBUG. Skips tests that call
`compiler_stats_num_field`.
2008-07-01: 14% slower than the default.
--dph: Also build libraries/dph and run associated tests.
+ --quiet: More pretty build log.
+ See Note [Default build system verbosity].
--help shows this usage help.
Set environment variable 'CPUS' to number of cores, to exploit
@@ -59,7 +60,7 @@ do
--fast)
speed=FAST
;;
- --normal)
+ --normal) # for backward compat
speed=NORMAL
;;
--no-dph) # for backward compat