diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-10-17 19:36:54 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-10-17 19:36:54 (GMT) |
commit | c980ffde14329c08f54db43d18224e2d3b0668fa (patch) | |
tree | 55b7e05cc54a0d4d7c288e4414273e82827b9dfb /Misc | |
parent | 6ffbee77dc1a29d828d936a2b9f47bd6da102aff (diff) | |
download | cpython-c980ffde14329c08f54db43d18224e2d3b0668fa.zip cpython-c980ffde14329c08f54db43d18224e2d3b0668fa.tar.gz cpython-c980ffde14329c08f54db43d18224e2d3b0668fa.tar.bz2 |
Drop OPT:Olimit, as it confuses SunPRO (and other compilers).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,8 @@ Tests Build ----- +- Drop -OPT:Olimit compiler option. + - Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd. - Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension. |