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: Alex Waygood <[email protected]>
  • Loading branch information
KilJaeeun and AlexWaygood authored Aug 13, 2023
1 parent f94ba3c commit 9a2086a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ optimization.

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)
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.
If you want to learn more about these options,
please see :ref:`Configure options <python:configure-options>`.
Expand Down

0 comments on commit 9a2086a

Please sign in to comment.