Skip to content

Commit 5978eb4

Browse files
authored
Update setup-building.rst
1 parent 72576c4 commit 5978eb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

getting-started/setup-building.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ still build properly).
240240
Optimization
241241
'''''
242242

243-
To get an optimized build of Python, ``configure --enable-optimizations``. 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 options > Performance options ](https://docs.python.org/3/using/configure.html?highlight=lto#performance-options)
244-
::
243+
To get an optimized build of Python, ``configure --enable-optimizations``. 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 options > Performance options <https://docs.python.org/3/using/configure.html?highlight=lto#performance-options>`_ ::
245244

246245
$ ./configure --enable-optimizations --with-lto
247246

0 commit comments

Comments
 (0)