~ chicken-core (chicken-5) 3ff0513fa7ab3186b1395f952b92253021ad4f7b


commit 3ff0513fa7ab3186b1395f952b92253021ad4f7b
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: Mon Aug 8 21:54:26 2016 +0200

    document "-debug-level 3" in the manual

diff --git a/manual/Using the compiler b/manual/Using the compiler
index e5aeb983..c3dde999 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