diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index 06d447b7e1..9e0eba18af 100644 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -68,6 +68,24 @@ ShadowIdent A local variable shadows another local User Some user defined warning. ========================== ============================================ + +Verbosity levels +---------------- + +===== ============================================ +Level Description +===== ============================================ +0 Default verbosity 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>`_. +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 + `_ if any filter was used during compilation. +3 In addition to the previous levels dumps a debug stack trace + for compiler developers. +===== ============================================ + Configuration files -------------------