From af4601c014e391201436016228853776585156e3 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 28 Dec 2006 01:33:47 +0100 Subject: [PATCH] clarify -ddebug-gc-assert-parsed-dead function --- scm/lily.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scm/lily.scm b/scm/lily.scm index 98c84fa34d..7f73a3dfde 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -21,8 +21,8 @@ (check-internal-types #f "check every property assignment for types") (clip-systems #f "Generate cut-out snippets of a score") (debug-gc #f "dump memory debugging statistics") - (debug-gc-assert-parsed-dead - #f "for memory debugging: ensure that all refs to parsed objects are dead.") + (debug-gc-assert-parsed-dead #f "for memory debugging: +ensure that all refs to parsed objects are dead. This is an internal option, and is switched on automatically for -ddebug-gc.") (debug-lexer #f "debug the flex lexer") (debug-midi #f "generate human readable MIDI") (debug-parser #f "debug the bison parser") @@ -395,6 +395,7 @@ The syntax is the same as `define*-public'." (ly:reset-all-fonts) (gc) (gc) + (display "Asserting dead objects\n") (ly:set-option 'debug-gc-assert-parsed-dead #t) (gc) (ly:set-option 'debug-gc-assert-parsed-dead #f) -- 2.39.2