File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -297,6 +297,23 @@ General Options
297297
298298 .. versionadded :: 3.13
299299
300+ .. option :: --enable-experimental-jit
301+ Enables :ref: `JIT compiler <whatsnew313-jit-compiler >`.
302+ Possible values:
303+ * ``no `` - build interpreter without JIT.
304+ * ``yes `` - build interpreter with JIT.
305+ * ``yes-off `` - build interpreter with JIT but disable it by default.
306+ * ``interpreter `` - build interpreter without JIT, but with enabled tier 2 interpreter.
307+
308+ Defines the ``Py_JIT_ENABLED `` macro, with possible values:
309+ * ``0 `` - interpreter was built without JIT.
310+ * ``1 `` - interpreter was built with JIT.
311+ * ``2 `` - interpreter was built without JIT, but with enabled tier 2 interpreter.
312+
313+ .. versionadded :: next
314+
315+ .. versionadded :: 3.13
316+
300317.. option :: PKG_CONFIG
301318
302319 Path to ``pkg-config `` utility.
You can’t perform that action at this time.
0 commit comments