From ebbf7700342d0186e6c8737586702563c4efa0e5 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 6 Apr 2005 09:09:20 +0000
Subject: INTEGRATION: CWS ccpatch (1.2.4); FILE MERGED 2005/04/01 14:04:18 dbo
1.2.4.1: #120732# using optimization for sunpro CC again except for
smilfunctionparser.cxx, eventmultiplexer.cxx; worked around safe_bool idiom
optimizer bug in boost (CC -xO3 ...) Issue number: Submitted by: Reviewed by:
---
slideshow/util/makefile.pmk | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'slideshow/util')
diff --git a/slideshow/util/makefile.pmk b/slideshow/util/makefile.pmk
index df5d08b7442b..0b0166bd6219 100644
--- a/slideshow/util/makefile.pmk
+++ b/slideshow/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2005-03-30 08:17:13 $
+# last change: $Author: hr $ $Date: 2005-04-06 10:09:20 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -68,8 +68,8 @@ CDEFS+= -DVERBOSE
CDEFS+= -DBOOST_SP_ENABLE_DEBUG_HOOKS
.ENDIF
-# Disable optimization for SunCC SPARC
-.IF "$(OS)$(CPU)"=="SOLARISS" && "$(COM)"!="GCC"
-NOOPTFILES = $(SLOFILES)
-.ENDIF
+# # Turn off optimization module wide for SunCC
+# .IF "$(OS)"=="SOLARIS" && "$(COM)"!="GCC"
+# NOOPTFILES = $(SLOFILES)
+# .ENDIF
--
cgit