We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814b241 commit 1d3f6faCopy full SHA for 1d3f6fa
Doc/using/configure.rst
@@ -171,7 +171,7 @@ recommended for best performance.
171
172
.. versionadded:: 3.8
173
174
-.. cmdoption:: --with-lto
+.. cmdoption:: --with-lto=[full|thin|no|yes]
175
176
Enable Link Time Optimization (LTO) in any build (disabled by default).
177
@@ -180,6 +180,9 @@ recommended for best performance.
180
181
.. versionadded:: 3.6
182
183
+ .. versionadded:: 3.11
184
+ To use ThinLTO feature, use ``--with-lto=thin`` on Clang.
185
+
186
.. cmdoption:: --with-computed-gotos
187
188
Enable computed gotos in evaluation loop (enabled by default on supported
0 commit comments