Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3738ef4 commit 8efc3c9Copy full SHA for 8efc3c9
README
@@ -173,7 +173,7 @@ rebuilt. In this case, you may have to run make again to correctly
173
build your desired target. The interpreter executable is built in the
174
top level directory.
175
176
-To get an optimized build of Python, "configure --with-optimizations" before
+To get an optimized build of Python, "configure --enable-optimizations" before
177
you run make. This sets the default make targets up to enable Profile Guided
178
Optimization (PGO) and may be used to auto-enable Link Time Optimization (LTO)
179
on some platforms. For more details, see the sections bellow.
0 commit comments