Drop OPT:Olimit, as it confuses SunPRO (and other compilers).
diff --git a/Misc/NEWS b/Misc/NEWS
index 519fb5e..6ee769c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -107,6 +107,8 @@
 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.