Say YJIT is disabled by default in ruby --help

This commit is contained in:
Alan Wu 2021-10-07 17:52:36 -04:00
parent d355bf17ba
commit d4fae3e390

2
ruby.c
View File

@ -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"),