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
3fadf2665a
commit
a628a108fe
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);
|
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…
Add table
Add a link
Reference in a new issue