USE_RUBY_DEBUG_LOG is not defined !devel build
This commit is contained in:
parent
93a1ef6709
commit
45f3d48106
2
debug.c
2
debug.c
@ -245,7 +245,9 @@ set_debug_option(const char *str, int len, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef USE_RUBY_DEBUG_LOG
|
||||||
STATIC_ASSERT(USE_RUBY_DEBUG_LOG, USE_RUBY_DEBUG_LOG ? RUBY_DEVEL : 1);
|
STATIC_ASSERT(USE_RUBY_DEBUG_LOG, USE_RUBY_DEBUG_LOG ? RUBY_DEVEL : 1);
|
||||||
|
#endif
|
||||||
|
|
||||||
#if RUBY_DEVEL
|
#if RUBY_DEVEL
|
||||||
static void setup_debug_log(void);
|
static void setup_debug_log(void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user