diff options
author | Brett Cannon <brett@python.org> | 2016-11-03 23:20:00 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-11-03 23:20:00 (GMT) |
commit | 1d8f755e67dfb758e9bb41f9c944b0319e201513 (patch) | |
tree | 2ff1bc4c4a3b5b5cbcdd811823e07fea1e7f161b /Doc/whatsnew | |
parent | f905063ee37c3fb9d119f84d299d361d47e6d73a (diff) | |
download | cpython-1d8f755e67dfb758e9bb41f9c944b0319e201513.zip cpython-1d8f755e67dfb758e9bb41f9c944b0319e201513.tar.gz cpython-1d8f755e67dfb758e9bb41f9c944b0319e201513.tar.bz2 |
Issue #28605: Fix the help and What's New entry for --with-optimizations.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index e88d618..1b94302 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -1176,7 +1176,7 @@ Build and C API Changes with only about 16 tests failures. See the Android meta-issue :issue:`26865`. * The ``--with-optimizations`` configure flag has been added. Turning it on - will activate LTO and PGO build support (when available). + will activate expensive optimizations like PGO. (Original patch by Alecsandru Patrascu of Intel in :issue:`26539`.) * New :c:func:`Py_FinalizeEx` API which indicates if flushing buffered data |