Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
bpo-44340: Update Doc
  • Loading branch information
corona10 committed Jul 18, 2021
commit 1d3f6fa7e6343b83927703899dc198dbc7090538
5 changes: 4 additions & 1 deletion Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ recommended for best performance.

.. versionadded:: 3.8

.. cmdoption:: --with-lto
.. cmdoption:: --with-lto=[full|thin|no|yes]

Enable Link Time Optimization (LTO) in any build (disabled by default).

Expand All @@ -180,6 +180,9 @@ recommended for best performance.

.. versionadded:: 3.6

.. versionadded:: 3.11
To use ThinLTO feature, use ``--with-lto=thin`` on Clang.

.. cmdoption:: --with-computed-gotos

Enable computed gotos in evaluation loop (enabled by default on supported
Expand Down