mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
USE_RUBY_DEBUG_LOG is not defined !devel build
This commit is contained in:
parent
93a1ef6709
commit
45f3d48106
1 changed files with 2 additions and 0 deletions
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);
|
||||
#endif
|
||||
|
||||
#if RUBY_DEVEL
|
||||
static void setup_debug_log(void);
|
||||
|
|
Loading…
Reference in a new issue