GC_STRESS off by default

This commit is contained in:
Yuichi Nishiwaki 2013-12-03 11:54:10 +09:00
parent 62f0a50faf
commit 00514dcd15
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
/* #define DEBUG 1 */
#if DEBUG
# define GC_STRESS 1
# define GC_STRESS 0
# define VM_DEBUG 1
# define GC_DEBUG 1
# define GC_DEBUG_DETAIL 0