summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-02-11 18:41:01 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2015-02-11 18:41:01 (GMT)
commit8b62bbf2e5bbaa392a79eb69c558b41dfe68e745 (patch)
treec3a8cfeea05cea6ed2c50de7d86c3bdd233281e0 /Misc
parentce2c584ea55e001a9ea2228d62fb525c24aadf04 (diff)
parent3d6c784371bccc2407048652bce50c5bccf9b1af (diff)
downloadcpython-8b62bbf2e5bbaa392a79eb69c558b41dfe68e745.zip
cpython-8b62bbf2e5bbaa392a79eb69c558b41dfe68e745.tar.gz
cpython-8b62bbf2e5bbaa392a79eb69c558b41dfe68e745.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 db0d158..b497bd5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,12 @@ Library
argument which, if set to True, will pass messages to handlers taking handler
levels into account.
+Build
+-----
+
+- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
+ the resulting executable faster.
+
What's New in Python 3.5 alpha 1?
=================================