summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-06 23:32:32 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-06 23:32:32 +0000
commitfef39efe1312f7d47ad03b58c4f14a14ae1d2177 (patch)
tree82275b7879f424e9639b09e1afcac99331d8af68
parent057e6ecf65f70976e27415259639c6ddf049144b (diff)
downloadATCD-fef39efe1312f7d47ad03b58c4f14a14ae1d2177.tar.gz
ChangeLogTag:Tue Jul 6 18:31:34 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--ChangeLog-99b6
-rw-r--r--include/makeinclude/platform_irix6.x_sgic++.GNU2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 3e2f4cd0224..699b82bd6d3 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,9 @@
+Tue Jul 6 18:31:34 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * include/makeinclude/platform_irix6.x_sgic++.GNU:
+ Removed pesky warnings about functions to big to optimize
+ because it would be slow.
+
Tue Jul 6 18:15:31 1999 Steve Huston <shuston@riverace.com>
* ACE_INSTALL.html: Added a further note re PharLap ETS builds.
diff --git a/include/makeinclude/platform_irix6.x_sgic++.GNU b/include/makeinclude/platform_irix6.x_sgic++.GNU
index d3edb63bdf7..bdc9b10fbee 100644
--- a/include/makeinclude/platform_irix6.x_sgic++.GNU
+++ b/include/makeinclude/platform_irix6.x_sgic++.GNU
@@ -24,7 +24,7 @@ LD = $(CXX)
# In Irix 6.2 w/o the thread patches this macro should have no effect.
CPPFLAGS += -D_SGI_MP_SOURCE
-OCCFLAGS += -O
+OCCFLAGS += -O -OPT:Olimit=0
DCCFLAGS += -g
# Enable exceptions even in the o32 bit ABI.