mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 22:17:33 +02:00
Disable debug traces
This commit is contained in:
parent
38b7a04fa8
commit
bcb680f7f6
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 1
|
#define GC_DEBUG_SHOW_SWEEP_DIAG 0
|
||||||
|
|
||||||
/** GC debugging flag */
|
/** GC debugging flag */
|
||||||
#define GC_DEBUG_TRACE 1
|
#define GC_DEBUG_TRACE 0
|
||||||
|
|
||||||
/** GC debugging flag */
|
/** GC debugging flag */
|
||||||
#define GC_DEBUG_VERBOSE 0
|
#define GC_DEBUG_VERBOSE 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue