Limit GC tracing

This commit is contained in:
Justin Ethier 2016-03-03 22:38:54 -05:00
parent 47f43d54c0
commit bc26daa71f

View file

@ -46,7 +46,7 @@
#define MAX_STACK_TRACES 10
// GC debugging flags
#define GC_DEBUG_TRACE 1
#define GC_DEBUG_TRACE 0
#define GC_DEBUG_VERBOSE 0
/* Additional runtime checking of the GC system.