diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-08-16 14:27:50 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-16 15:15:32 +0200 |
commit | 70a35dd390038be31b2c840222ca644a6393325e (patch) | |
tree | c2000f30c4a84106a7e7580c016d914639fe4c01 | |
parent | 69298f626e77204ee6b534552b3f49ddf02f0365 (diff) |
svx: remove NOOPT for EnhancedCustomShapeFunctionParser
SunStudio is not really a C++ compiler anyway, Linux/PPC has had the
workaround accidentally disabled since OOo 3.4 and the hope is the last
Apple toolchain that suffered here was the no longer supported GCC 4.0.1.
Change-Id: If8addee9e2efe0db36059cbecfb9b9ffc78ffe88
-rw-r--r-- | svx/Library_svxcore.mk | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index 4b70cd44d1f6..3bb261620ecc 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -87,6 +87,7 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\ svx/source/core/extedit \ svx/source/core/graphichelper \ svx/source/customshapes/EnhancedCustomShape2d \ + svx/source/customshapes/EnhancedCustomShapeFunctionParser \ svx/source/customshapes/EnhancedCustomShapeGeometry \ svx/source/customshapes/EnhancedCustomShapeTypeNames \ svx/source/dialog/checklbx \ @@ -438,20 +439,6 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\ )) endif -# the following source file can't be compiled with optimization by some compilers (crash or endless loop): -# Solaris Sparc with Sun compiler, gcc on MacOSX and Linux PPC -# the latter is currently not supported by gbuild and needs a fix here later -ifeq ($(OS),$(filter-out SOLARIS MACOSX,$(OS))) -$(eval $(call gb_Library_add_exception_objects,svxcore,\ - svx/source/customshapes/EnhancedCustomShapeFunctionParser \ -)) -else -$(eval $(call gb_Library_add_cxxobjects,svxcore,\ - svx/source/customshapes/EnhancedCustomShapeFunctionParser \ - , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \ -)) -endif - $(eval $(call gb_SdiTarget_SdiTarget,svx/sdi/svxslots,svx/sdi/svx)) $(eval $(call gb_SdiTarget_set_include,svx/sdi/svxslots,\ |