Skip to content

Commit

Permalink
Update getting-started/setup-building.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
KilJaeeun and AA-Turner authored Aug 13, 2023
1 parent 3a50cb7 commit 2f9a652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ For an optimized build of Python, use
``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.
See :option:`python:--enable-optimizations`, :option:`python:--with-lto` to learn more about
these options.
See :option:`python:--enable-optimizations` and :option:`python:--with-lto`
to learn more about these options.

.. code:: console
Expand Down

0 comments on commit 2f9a652

Please sign in to comment.