summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-10-17 19:36:54 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-10-17 19:36:54 (GMT)
commitc980ffde14329c08f54db43d18224e2d3b0668fa (patch)
tree55b7e05cc54a0d4d7c288e4414273e82827b9dfb /Misc
parent6ffbee77dc1a29d828d936a2b9f47bd6da102aff (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 519fb5e..6ee769c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.