diff options
author | Brett Cannon <bcannon@gmail.com> | 2010-06-27 20:40:18 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2010-06-27 20:40:18 (GMT) |
commit | c1c7cf682ac0f709475e9d3146651da4735df28e (patch) | |
tree | 840241906a4dcb21bcf46c38d454725af540b07d /Misc | |
parent | d19052c161b737a6f13624cad607bcbe91ae0604 (diff) | |
download | cpython-c1c7cf682ac0f709475e9d3146651da4735df28e.zip cpython-c1c7cf682ac0f709475e9d3146651da4735df28e.tar.gz cpython-c1c7cf682ac0f709475e9d3146651da4735df28e.tar.bz2 |
Revert r82259; still no good way to override instead of replace OPT, but changing order alters pydebug optimization flags.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1463,8 +1463,6 @@ Extension Modules Build ----- -- Have CFLAGS come after OPT to allow for overriding warnings flags. - - Issue #8854: Fix finding Visual Studio 2008 on Windows x64. - Issue #1759169, #8864: Drop _XOPEN_SOURCE on Solaris, define it for |