diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-22 00:00:01 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-22 00:02:42 +0200 |
commit | a7e0326645bde1cc0a12f81a337ce797b159987e (patch) | |
tree | 733ee1f26744e84a1bb070268a33ced835546a4e /validate | |
parent | d941a8993d1301949e6e64c92fa54324803754f6 (diff) | |
download | haskell-a7e0326645bde1cc0a12f81a337ce797b159987e.tar.gz |
Validate: document --quiet [skip ci]
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |