Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8efc3c9

Browse files
committed
replace --with-optimizations references with --enable-optimizations in docs.
1 parent 3738ef4 commit 8efc3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ rebuilt. In this case, you may have to run make again to correctly
173173
build your desired target. The interpreter executable is built in the
174174
top level directory.
175175

176-
To get an optimized build of Python, "configure --with-optimizations" before
176+
To get an optimized build of Python, "configure --enable-optimizations" before
177177
you run make. This sets the default make targets up to enable Profile Guided
178178
Optimization (PGO) and may be used to auto-enable Link Time Optimization (LTO)
179179
on some platforms. For more details, see the sections bellow.

0 commit comments

Comments
 (0)