GC_DEBUG off by default
This commit is contained in:
parent
a99cf8458a
commit
0592c977da
|
@ -35,7 +35,7 @@
|
|||
#if DEBUG
|
||||
# define GC_STRESS 0
|
||||
# define VM_DEBUG 1
|
||||
# define GC_DEBUG 1
|
||||
# define GC_DEBUG 0
|
||||
# define GC_DEBUG_DETAIL 0
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue