commit | e6c9d24562adf4eddfcbeb6cc1873b3e6795e2eb | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Mar 30 17:34:47 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Mar 30 17:34:47 2010 +0000 |
tree | 94f3a3a9aa204d231bbb6feb567a6a23db660976 | |
parent | fc91aa28fd8dad5280fd4d3a4747b5e08ee37ac0 [diff] [blame] |
build without -fno-strict-aliasing when gcc isn't buggy #3326 Patch from Daniel Stutzbach
diff --git a/Misc/NEWS b/Misc/NEWS index 3de388e..6b76321 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -883,6 +883,9 @@ Build ----- +- Issue #3326: Build Python without -fno-strict-aliasing when the gcc does not + give false warnings. + - Issue #1628484: The Makefile doesn't ignore the CFLAGS environment variable anymore. It also forwards the LDFLAGS settings to the linker when building a shared library.