]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
memory tracing refinements.
[lilypond.git] / scm / lily.scm
index a0940d9be99ccaa37db7a749bd575d75d8e02bfb..cb1e593e3797010e0744a7c4743dc797756340bd 100644 (file)
@@ -122,7 +122,8 @@ on errors, and print a stack trace.")
 ;;; debugging evaluator is slower.  This should
 ;;; have a more sensible default.
 
-(if (ly:get-option 'verbose)
+(if (or (ly:get-option 'verbose)
+       (ly:get-option 'trace-memory-frequencency))
     (begin
       (ly:set-option 'protected-scheme-parsing #f)
       (debug-enable 'debug)