summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-02-11 19:39:16 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2015-02-11 19:39:16 +0100
commitac5225cf650d752ca18599f20594bc643c13e4e7 (patch)
treec02e6f06cc19c390ce33d6b46346f8ab49a460a4 /Misc
parent7a53ad967e4b53ee9969b50f8b7978c1d6241f8a (diff)
downloadcpython-ac5225cf650d752ca18599f20594bc643c13e4e7.tar.gz
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b411abf282..47e325da4b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,12 @@ Library
- Issue #23361: Fix possible overflow in Windows subprocess creation code.
+Build
+-----
+
+- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
+ the resulting executable faster.
+
What's New in Python 3.4.3rc1?
==============================