Style fix in ruby.c
This commit is contained in:
parent
34f1595405
commit
d355bf17ba
2
ruby.c
2
ruby.c
@ -238,7 +238,7 @@ cmdline_options_init(ruby_cmdline_options_t *opt)
|
|||||||
opt->features.set |= FEATURE_BIT(yjit);
|
opt->features.set |= FEATURE_BIT(yjit);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(getenv("RUBY_YJIT_ENABLE")) {
|
if (getenv("RUBY_YJIT_ENABLE")) {
|
||||||
opt->features.set |= FEATURE_BIT(yjit);
|
opt->features.set |= FEATURE_BIT(yjit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user