Turning off debug traces

This commit is contained in:
Justin Ethier 2015-12-10 01:42:29 -05:00
parent 15ac239d2f
commit e7d0dbc87f

View file

@ -181,8 +181,8 @@ gc_heap *gc_get_heap();
//void gc_collector()
/* GC debugging flags */
#define GC_DEBUG_TRACE 1
#define GC_DEBUG_VERBOSE 1
#define GC_DEBUG_TRACE 0
#define GC_DEBUG_VERBOSE 0
/* Additional runtime checking of the GC system.
This is here because these checks should not be