Skip to content

Commit

Permalink
Update configure.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
StanFromIreland authored Jan 29, 2025
1 parent 99ed302 commit 58c6cbb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,13 @@ General Options

By convention, ``--enable-experimental-jit`` is a shorthand for ``--enable-experimental-jit=yes``.

.. note::

When building CPython with JIT enabled, ensure that your system has Python 3.11 or later installed.

Additionally, note that the JIT compiler is incompatible with the ``--disable-gil`` option.
If ``--disable-gil`` is enabled, the JIT will be disabled at runtime, even if it was compiled in.

.. versionadded:: 3.13

.. option:: PKG_CONFIG
Expand Down

0 comments on commit 58c6cbb

Please sign in to comment.