Skip to content

Commit 6bcac96

Browse files
authored
Clarify configure command in README (#155607)
1 parent b11e749 commit 6bcac96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ For example::
9191
(This will fail if you *also* built at the top-level directory. You should do
9292
a ``make clean`` at the top-level first.)
9393

94-
To get an optimized build of Python, ``configure --enable-optimizations``
94+
To get an optimized build of Python, run ``configure --enable-optimizations``
9595
before you run ``make``. This sets the default make targets up to enable
9696
Profile Guided Optimization (PGO) and may be used to auto-enable Link Time
9797
Optimization (LTO) on some platforms. For more details, see the sections

0 commit comments

Comments
 (0)