Index: /trunk/coverager.c
===================================================================
--- /trunk/coverager.c	(revision 204)
+++ /trunk/coverager.c	(revision 205)
@@ -19,5 +19,8 @@
 static zend_compile_file_t *origin_compile_file;
 
-#undef DEBUG
+#if 0
+#define DEBUG
+#endif
+
 /* dumper */
 static void xc_destroy_coverage(void *pDest) /* {{{ */
Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 204)
+++ /trunk/xcache.c	(revision 205)
@@ -1,4 +1,6 @@
 
-#undef DEBUG
+#if 0
+#define DEBUG
+#endif
 
 /* {{{ macros */
