зеркало из https://github.com/github/ruby.git
Say YJIT is disabled by default in ruby --help
This commit is contained in:
Родитель
d355bf17ba
Коммит
d4fae3e390
2
ruby.c
2
ruby.c
|
@ -340,7 +340,7 @@ usage(const char *name, int help, int highlight, int columns)
|
|||
M("rubyopt", "", "RUBYOPT environment variable (default: enabled)"),
|
||||
M("frozen-string-literal", "", "freeze all string literals (default: disabled)"),
|
||||
M("jit", "", "JIT compiler (default: disabled)"),
|
||||
M("yjit", "", "in-process JIT compiler (default: enabled)"),
|
||||
M("yjit", "", "in-process JIT compiler (default: disabled)"),
|
||||
};
|
||||
static const struct message warn_categories[] = {
|
||||
M("deprecated", "", "deprecated features"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче