Skip to content

Commit 62dbb92

Browse files
committed
feat: 🎸 code review added
1 parent 5cbed59 commit 62dbb92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎getting-started/setup-building.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ still build properly).
240240
Optimization
241241
''''''''''''
242242

243-
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>`_ ::
243+
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 :ref:`Configure options <python:configure-options>`.
244+
245+
.. code:: console
244246
245247
$ ./configure --enable-optimizations --with-lto
246248

0 commit comments

Comments
 (0)