]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
release: 1.3.60
[lilypond.git] / lily / lily-guile.cc
index 6f9657731094bcf7ad2efce17ddfdcd8ee9ef5de..6336f7dd1131f2397839bac238cbd46d4ebb8a6f 100644 (file)
@@ -373,7 +373,11 @@ ly_number2string (SCM s)
   return gh_str02scm (str);
 }
 
-#define TEST_GC
+/*
+  Undef this to see if GUILE GC is causing too many swaps.
+ */
+
+// #define TEST_GC
 
 #ifdef TEST_GC
 #include <libguile/gc.h>