Merge pull request #387 from gradha/pr_documents_verbosity_levels

Documents verbosity levels. Refs #258.
This commit is contained in:
Dominik Picheta
2013-04-14 13:53:43 -07:00

View File

@@ -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
<filters.html>`_ if any filter was used during compilation.
3 In addition to the previous levels dumps a debug stack trace
for compiler developers.
===== ============================================
Configuration files
-------------------