change default compile flags

This commit is contained in:
Yuichi Nishiwaki 2013-11-15 16:12:58 +09:00
parent 93e5758e4c
commit 2b570edd52
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@
/* #define DEBUG 1 */
#if DEBUG
# define GC_DEBUG 1
# define GC_STRESS 0
# define GC_DEBUG 0
# define GC_STRESS 1
# define VM_DEBUG 1
#endif