зеркало из https://github.com/github/ruby.git
Define YJIT options only when supported
This commit is contained in:
Родитель
d920535d1b
Коммит
8b585f7460
2
ruby.c
2
ruby.c
|
@ -191,7 +191,9 @@ struct ruby_cmdline_options {
|
||||||
#if USE_MJIT
|
#if USE_MJIT
|
||||||
struct mjit_options mjit;
|
struct mjit_options mjit;
|
||||||
#endif
|
#endif
|
||||||
|
#if YJIT_SUPPORTED_P
|
||||||
struct rb_yjit_options yjit;
|
struct rb_yjit_options yjit;
|
||||||
|
#endif
|
||||||
|
|
||||||
int sflag, xflag;
|
int sflag, xflag;
|
||||||
unsigned int warning: 1;
|
unsigned int warning: 1;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче