File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1795,7 +1795,7 @@ Build and C API Changes
17951795 yet a supported platform, the Python test suite runs on the Android emulator
17961796 with only about 16 tests failures. See the Android meta-issue :issue: `26865 `.
17971797
1798- * The ``--with -optimizations `` configure flag has been added. Turning it on
1798+ * The ``--enable -optimizations `` configure flag has been added. Turning it on
17991799 will activate expensive optimizations like PGO.
18001800 (Original patch by Alecsandru Patrascu of Intel in :issue: `26539 `.)
18011801
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ For example:
4646(This will fail if you *also* built at the top-level directory.
4747You should do a "make clean" at the toplevel first.)
4848
49- To get an optimized build of Python, "configure --with -optimizations" before
49+ To get an optimized build of Python, "configure --enable -optimizations" before
5050you run make. This sets the default make targets up to enable Profile Guided
5151Optimization (PGO) and may be used to auto-enable Link Time Optimization (LTO)
5252on some platforms. For more details, see the sections bellow.
You can’t perform that action at this time.
0 commit comments