зеркало из https://github.com/github/ruby.git
Update YJIT warning, mention need to install rustc (#6873)
This commit is contained in:
Родитель
3bb7a40160
Коммит
9350c2b12f
3
ruby.c
3
ruby.c
|
@ -1508,7 +1508,8 @@ proc_options(long argc, char **argv, ruby_cmdline_options_t *opt, int envopt)
|
|||
FEATURE_SET(opt->features, FEATURE_BIT(yjit));
|
||||
setup_yjit_options(s);
|
||||
#else
|
||||
rb_warn("Ruby was built without YJIT support");
|
||||
rb_warn("Ruby was built without YJIT support."
|
||||
" You may need to install rustc to build Ruby with YJIT.");
|
||||
#endif
|
||||
}
|
||||
else if (strcmp("yydebug", s) == 0) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче