mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-05 20:26:35 +02:00
Turning off debug traces
This commit is contained in:
parent
15ac239d2f
commit
e7d0dbc87f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue