Turn on debugging for now

This commit is contained in:
Justin Ethier 2018-07-09 17:58:32 -04:00
parent 68ddb831bb
commit 993e0a0864

View file

@ -125,10 +125,10 @@ typedef unsigned char tag_type;
#define DEBUG_SHOW_DIAG 0 #define DEBUG_SHOW_DIAG 0
/** Show diagnostic information before/after sweeping */ /** Show diagnostic information before/after sweeping */
#define GC_DEBUG_SHOW_SWEEP_DIAG 0 #define GC_DEBUG_SHOW_SWEEP_DIAG 1
/** GC debugging flag */ /** GC debugging flag */
#define GC_DEBUG_TRACE 0 #define GC_DEBUG_TRACE 1
/** GC debugging flag */ /** GC debugging flag */
#define GC_DEBUG_VERBOSE 0 #define GC_DEBUG_VERBOSE 0