This commit is contained in:
Yuichi Nishiwaki 2013-10-29 22:16:56 +09:00
parent 4721f42f5a
commit 46e8eb0bcd
1 changed files with 1 additions and 2 deletions

View File

@ -19,10 +19,9 @@
/* enable all debug flags */
#define DEBUG 1
#define GC_STRESS 1
#if DEBUG
# define GC_DEBUG 1
# define GC_STRESS 1
# define VM_DEBUG 1
#endif