From 57a5a3ebcd85038623dbb1c4600f1783a829a5c2 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 23 Aug 2018 08:33:54 +0000 Subject: Mention `--enable=jit` instead of `--jit` "--jit" flag usage may be deprecated at r63995 [Feature #14878] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d25f6f32d6..2603d01aae 100644 --- a/NEWS +++ b/NEWS @@ -336,7 +336,7 @@ sufficient information, see the ChangeLog file or Redmine * Introduce an initial implementation of JIT (Just-in-time) compiler. [Feature #14235] [experimental] - * `--jit` option is added to enable JIT. `--jit-verbose=1` is good for + * `--enable=jit` option is added to enable JIT. `--jit-verbose=1` is good for inspection. See `ruby --help` for others. * This JIT relies on C compiler used to build Ruby, on runtime. Only gcc and clang are supported for the JIT for now, and MinGW support has -- cgit v1.2.3