diff --git a/include/picconf.h b/include/picconf.h index 56e42e0f..d012dc26 100644 --- a/include/picconf.h +++ b/include/picconf.h @@ -17,11 +17,10 @@ /* enable all debug flags */ #define DEBUG 1 + #if DEBUG # define GC_DEBUG 1 # define VM_DEBUG 1 #endif - #endif -