mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 21:17:48 +00:00
Merge pull request #389 from gradha/pr_corrects_default_verbosity_level
Corrects default verbosity level from 0 to 1.
This commit is contained in:
@@ -78,5 +78,5 @@ Advanced options:
|
||||
--listCmd list the commands used to execute external programs
|
||||
--parallelBuild=0|1|... perform a parallel build
|
||||
value = number of processors (0 for auto-detect)
|
||||
--verbosity:0|1|2|3 set Nimrod's verbosity level (0 is default)
|
||||
--verbosity:0|1|2|3 set Nimrod's verbosity level (1 is default)
|
||||
-v, --version show detailed version information
|
||||
|
||||
@@ -75,9 +75,10 @@ Verbosity levels
|
||||
===== ============================================
|
||||
Level Description
|
||||
===== ============================================
|
||||
0 Default verbosity level for the compiler.
|
||||
0 Minimal output level for the compiler.
|
||||
1 Displays compilation of all the compiled files, including those imported
|
||||
by other modules or through the `compile pragma<#compile-pragma>`_.
|
||||
This is the default level.
|
||||
2 Displays compilation statistics, enumerates the dynamic
|
||||
libraries that will be loaded by the final binary and dumps to
|
||||
standard output the result of applying `a filter to the source code
|
||||
|
||||
Reference in New Issue
Block a user