~ chicken-core (chicken-5) e43e62e30eb178d72a7ab7503ee90404714ded7a


commit e43e62e30eb178d72a7ab7503ee90404714ded7a
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Aug 8 21:54:26 2016 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun Nov 13 11:32:20 2016 +0100

    document "-debug-level 3" in the manual

diff --git a/manual/Using the compiler b/manual/Using the compiler
index f737ff87..6afa832b 100644
--- a/manual/Using the compiler	
+++ b/manual/Using the compiler	
@@ -41,6 +41,7 @@ the source text should be read from standard input.
      -debug-level 0             is equivalent to -no-trace -no-lambda-info
      -debug-level 1             is equivalent to -no-trace
      -debug-level 2             is the default behaviour
+     -debug-level 3             is equivalent to -debug-info
 
 ; -disable-interrupts : Equivalent to the {{(disable-interrupts)}} declaration. No interrupt-checks are generated for compiled programs.
 
Trap