summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-02-11 18:39:16 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2015-02-11 18:39:16 (GMT)
commit3d6c784371bccc2407048652bce50c5bccf9b1af (patch)
treef381d180c27968bf1ced9d7a395033bc64b126e8 /Misc
parent22fabe218d3d6d0198075bcd8d1e1ddf821102c1 (diff)
downloadcpython-3d6c784371bccc2407048652bce50c5bccf9b1af.zip
cpython-3d6c784371bccc2407048652bce50c5bccf9b1af.tar.gz
cpython-3d6c784371bccc2407048652bce50c5bccf9b1af.tar.bz2
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 b411abf..47e325d 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?
==============================