mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-07 13:16:34 +02:00
Turn on debugging for now
This commit is contained in:
parent
68ddb831bb
commit
993e0a0864
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue