This commit is contained in:
Yuichi Nishiwaki 2013-10-20 04:18:52 +09:00
parent afc0184d10
commit bcde104dd1
1 changed files with 1 additions and 2 deletions

View File

@ -17,11 +17,10 @@
/* enable all debug flags */ /* enable all debug flags */
#define DEBUG 1 #define DEBUG 1
#if DEBUG #if DEBUG
# define GC_DEBUG 1 # define GC_DEBUG 1
# define VM_DEBUG 1 # define VM_DEBUG 1
#endif #endif
#endif #endif