mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
replace --with-optimizations references with --enable-optimizations in docs.
This commit is contained in:
parent
357ed2e577
commit
aa5a13f5ad
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -46,7 +46,7 @@ For example:
|
|||
(This will fail if you *also* built at the top-level directory.
|
||||
You should do a "make clean" at the toplevel first.)
|
||||
|
||||
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
|
||||
Optimization (PGO) and may be used to auto-enable Link Time Optimization (LTO)
|
||||
on some platforms. For more details, see the sections bellow.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue