GC_DEBUG off by default

This commit is contained in:
Yuichi Nishiwaki 2014-01-19 01:14:45 -08:00
parent a99cf8458a
commit 0592c977da
1 changed files with 1 additions and 1 deletions

View File

@ -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