Solaris/Solaris.inc
changeset 4401 734f2f584a7a
parent 4227 2aabc0cc3bf5
child 4916 b7d60be01d0d
--- a/Solaris/Solaris.inc	Sun Oct 31 16:19:52 2004 +0000
+++ b/Solaris/Solaris.inc	Sun Oct 31 23:32:03 2004 +0000
@@ -27,7 +27,7 @@
 %ifarch i386
 %define optflags           -i -xO4 -xspace -xstrconst -xpentium -mr
 %define cxx_optflags       -i -xO3 -xspace -pentium -mr -norunpath
-%define optflags64	   -O -i -xarch=generic64 -Kpic
+%define optflags64	   -i -xarch=generic64 -Kpic
 %define	_arch64		   amd64
 %endif
 
@@ -42,6 +42,8 @@
 
 # ChangeLog:
 #
+# 2004-11-01  Laszlo Peter  <[email protected]>
+# - temporarily removed -O for amd64 to stop gtk-demo crashing
 # 2004-10-13  Laszlo Peter  <[email protected]>
 # - defined _pkg_config_path64
 # 2004-10-02  Laszlo Peter  <[email protected]>