summaryrefslogtreecommitdiff
path: root/slideshow/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-04-06 09:09:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-04-06 09:09:20 +0000
commitebbf7700342d0186e6c8737586702563c4efa0e5 (patch)
tree8ebf51bbc579f10689a9fdc16d56ee4360192207 /slideshow/util
parent773114e565525269dc11edfc5d881eb42b578b40 (diff)
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:
Diffstat (limited to 'slideshow/util')
-rw-r--r--slideshow/util/makefile.pmk12
1 files changed, 6 insertions, 6 deletions
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