diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2015-02-11 19:39:16 +0100 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2015-02-11 19:39:16 +0100 |
commit | ac5225cf650d752ca18599f20594bc643c13e4e7 (patch) | |
tree | c02e6f06cc19c390ce33d6b46346f8ab49a460a4 /Misc | |
parent | 7a53ad967e4b53ee9969b50f8b7978c1d6241f8a (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? ============================== |