replace --with-optimizations references with --enable-optimizations in docs.
This commit is contained in:
parent
3738ef4294
commit
8efc3c9659
2
README
2
README
|
@ -173,7 +173,7 @@ rebuilt. In this case, you may have to run make again to correctly
|
||||||
build your desired target. The interpreter executable is built in the
|
build your desired target. The interpreter executable is built in the
|
||||||
top level directory.
|
top level directory.
|
||||||
|
|
||||||
To get an optimized build of Python, "configure --with-optimizations" before
|
To get an optimized build of Python, "configure --enable-optimizations" before
|
||||||
you run make. This sets the default make targets up to enable Profile Guided
|
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)
|
Optimization (PGO) and may be used to auto-enable Link Time Optimization (LTO)
|
||||||
on some platforms. For more details, see the sections bellow.
|
on some platforms. For more details, see the sections bellow.
|
||||||
|
|
Loading…
Reference in New Issue