diff options
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -221,8 +221,12 @@ static ruby_gc_params_t gc_params = { * 5: sweep */ #ifndef RGENGC_DEBUG +#ifdef RUBY_DEVEL +#define RGENGC_DEBUG -1 +#else #define RGENGC_DEBUG 0 #endif +#endif #if RGENGC_DEBUG < 0 #undef RGENGC_DEBUG #define RGENGC_DEBUG ruby_rgengc_debug |