From 46e8eb0bcd2275a7347d008552c827ce1db5b367 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Tue, 29 Oct 2013 22:16:56 +0900 Subject: [PATCH] cleanup --- include/picconf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/picconf.h b/include/picconf.h index ef767615..2d9c7837 100644 --- a/include/picconf.h +++ b/include/picconf.h @@ -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