GC_STRESS default off

This commit is contained in:
Yuichi Nishiwaki 2013-11-04 15:57:12 -05:00
parent ee92e523b4
commit c24560de12
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#if DEBUG
# define GC_DEBUG 1
# define GC_STRESS 1
# define GC_STRESS 0
# define VM_DEBUG 1
#endif