summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-01-12 07:26:50 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-01-12 07:26:50 (GMT)
commitbed30c37d82a4fdb69e7b82ca5089ff004a2987f (patch)
tree835a97a618a840cd506c8635a59bc087c0a2d3e2 /Misc
parenta7c159ddf3117adf0ee0d20200ded2e6f4ff7d15 (diff)
downloadcpython-bed30c37d82a4fdb69e7b82ca5089ff004a2987f.zip
cpython-bed30c37d82a4fdb69e7b82ca5089ff004a2987f.tar.gz
cpython-bed30c37d82a4fdb69e7b82ca5089ff004a2987f.tar.bz2
Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 20d8bb2..cc0c799 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -151,6 +151,11 @@ Tests
Build
-----
+- Issue #25348: Added ``--pgo`` and ``--pgo-job`` arguments to
+ ``PCbuild\build.bat`` for building with Profile-Guided Optimization. The
+ old ``PCbuild\build_pgo.bat`` script is now deprecated, and simply calls
+ ``PCbuild\build.bat --pgo %*``.
+
- Issue #25827: Add support for building with ICC to ``configure``, including
a new ``--with-icc`` flag.