summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2016-11-21 08:12:40 (GMT)
committerGregory P. Smith <greg@krypto.org>2016-11-21 08:12:40 (GMT)
commit2863c387b07fdd03b8068c9209691915f039d2c8 (patch)
tree81d570802c962fe3d1e4a0b131cbf755852aa174 /Doc/whatsnew
parent28540183c95c14e13d36e016c5fe92925ab3fccf (diff)
parentaa5a13f5ad319c60c2c0bcb79428729d36f2c592 (diff)
downloadcpython-2863c387b07fdd03b8068c9209691915f039d2c8.zip
cpython-2863c387b07fdd03b8068c9209691915f039d2c8.tar.gz
cpython-2863c387b07fdd03b8068c9209691915f039d2c8.tar.bz2
replace --with-optimizations references with --enable-optimizations in docs.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 0b2e6b7..f43416d 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -1795,7 +1795,7 @@ Build and C API Changes
yet a supported platform, the Python test suite runs on the Android emulator
with only about 16 tests failures. See the Android meta-issue :issue:`26865`.
-* The ``--with-optimizations`` configure flag has been added. Turning it on
+* The ``--enable-optimizations`` configure flag has been added. Turning it on
will activate expensive optimizations like PGO.
(Original patch by Alecsandru Patrascu of Intel in :issue:`26539`.)