Skip to content

Commit 1d3f6fa

Browse files
committed
bpo-44340: Update Doc
1 parent 814b241 commit 1d3f6fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/using/configure.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ recommended for best performance.
171171

172172
.. versionadded:: 3.8
173173

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

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

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

181181
.. versionadded:: 3.6
182182

183+
.. versionadded:: 3.11
184+
To use ThinLTO feature, use ``--with-lto=thin`` on Clang.
185+
183186
.. cmdoption:: --with-computed-gotos
184187

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

0 commit comments

Comments
 (0)