https://github.com/python/cpython/commit/6bcac9664e3c822b7f9af5d4a2e95162b768acbd
commit: 6bcac9664e3c822b7f9af5d4a2e95162b768acbd
branch: main
author: 서울민트초코 <[email protected]>
committer: willingc <[email protected]>
date: 2026-08-12T16:28:10Z
summary:

Clarify configure command in README (#155607)

files:
M README.rst

diff --git a/README.rst b/README.rst
index 8505ec0a1e89dc..0cafee734e1073 100644
--- a/README.rst
+++ b/README.rst
@@ -91,7 +91,7 @@ For example::
 (This will fail if you *also* built at the top-level directory.  You should do
 a ``make clean`` at the top-level first.)
 
-To get an optimized build of Python, ``configure --enable-optimizations``
+To get an optimized build of Python, run ``configure --enable-optimizations``
 before you run ``make``.  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.  For more details, see the sections

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to