Kaydet (Commit) aa5a13f5 authored tarafından Gregory P. Smith's avatar Gregory P. Smith

replace --with-optimizations references with --enable-optimizations in docs.

üst 357ed2e5
...@@ -46,7 +46,7 @@ For example: ...@@ -46,7 +46,7 @@ For example:
(This will fail if you *also* built at the top-level directory. (This will fail if you *also* built at the top-level directory.
You should do a "make clean" at the toplevel first.) 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 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment