mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Limit GC tracing
This commit is contained in:
parent
47f43d54c0
commit
bc26daa71f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue