From 3a605711bcfcf3b3b9dd0f82d5065237f9e6766a Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Hankiewicz Date: Sun, 14 Apr 2013 22:20:58 +0200 Subject: [PATCH] Documents verbosity levels. Refs #258. --- doc/nimrodc.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -------------------