diff options
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 |