change default compile flags
This commit is contained in:
parent
93e5758e4c
commit
2b570edd52
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue