There was an error while loading. Please reload this page.
1 parent b11e749 commit 6bcac96Copy full SHA for 6bcac96
1 file changed
README.rst
@@ -91,7 +91,7 @@ For example::
91
(This will fail if you *also* built at the top-level directory. You should do
92
a ``make clean`` at the top-level first.)
93
94
-To get an optimized build of Python, ``configure --enable-optimizations``
+To get an optimized build of Python, run ``configure --enable-optimizations``
95
before you run ``make``. This sets the default make targets up to enable
96
Profile Guided Optimization (PGO) and may be used to auto-enable Link Time
97
Optimization (LTO) on some platforms. For more details, see the sections
0 commit comments