1
0
Fork 0
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:
Koichi Sasada 2020-12-25 09:51:45 +09:00
parent 93a1ef6709
commit 45f3d48106

View file

@ -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);