summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-05-05 22:23:58 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-05-05 22:23:58 (GMT)
commitd2f3e3fc1df593423a69911ea84e4b0acd1edf1f (patch)
treeff3fa770c2d69ed1cb955621772e318a15079cbc /Misc
parent38f81223ae3e26933faeef1e697d5e4ac978cf45 (diff)
downloadcpython-d2f3e3fc1df593423a69911ea84e4b0acd1edf1f.zip
cpython-d2f3e3fc1df593423a69911ea84e4b0acd1edf1f.tar.gz
cpython-d2f3e3fc1df593423a69911ea84e4b0acd1edf1f.tar.bz2
Issue #8625: Turn off gcc optimization in debug builds.
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 31c83bd..ea227a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -191,6 +191,11 @@ Tests
Build
-----
+- Issue #8625: Turn off optimization in --with-pydebug builds with gcc.
+ (Optimization was unintentionally turned on in gcc --with-pydebug builds in
+ 2.7 beta1 as a result of the issue #1628484 fix, combined with autoconf's
+ strange choice of default CFLAGS produced by AC_PROG_CC for gcc.)
+
- Issue #8509: Fix quoting in help strings and code snippets in configure.in.
- Issue #3646: It is now easily possible to install a Python framework into