summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2017-01-11 11:56:22 +0000
committerMartin Panter <vadmium+py@gmail.com>2017-01-11 11:56:22 +0000
commit19beb8e093de4933bd572a06fff7b1271e8d71dd (patch)
tree3be456935b6f3bf9dd5bb8183427a5bd5e535cb6 /Misc
parentd2a8da29082dc205a002506bb844a011772e2df1 (diff)
downloadcpython-19beb8e093de4933bd572a06fff7b1271e8d71dd.tar.gz
Issue #29239: Fix --enable-optimizations bug number
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8131bfc9c0..165e30e0ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1233,7 +1233,7 @@ Build
- Issue #26307: The profile-opt build now applies PGO to the built-in modules.
-- Issue #26539: Add the --with-optimizations flag to turn on LTO and PGO build
+- Issue #26359: Add the --with-optimizations flag to turn on LTO and PGO build
support when available.
- Issue #27917: Set platform triplets for Android builds.