Skip to content

Commit 5cbed59

Browse files
authored
Update setup-building.rst
1 parent 925e72f commit 5cbed59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/setup-building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ still build properly).
238238

239239

240240
Optimization
241-
'''''
241+
''''''''''''
242242

243243
To get an optimized build of Python, ``configure --enable-optimizations --with-lto``. This sets the default make targets up to enable Profile Guided Optimization (PGO) and may be used to auto-enable Link Time Optimization (LTO) on some platforms. Note that configuration including this option takes time to configure. If you want to learn more about these options, please see `Configure > Performance options <https://docs.python.org/3/using/configure.html?highlight=lto#performance-options>`_ ::
244244

0 commit comments

Comments
 (0)