From 4290075d3999fcfaee0753e47e0bb5bbfde111e1 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 16 Aug 2013 14:43:20 +0200 Subject: slideshow: remove NOOPT for smilfunctionparser.cxx This was introduced for i#39915, which is about an infinite loop when compiling with Apple GCC 3.3 => obsolete Change-Id: I67d7c7975574f371aecac8f6dd4cf7800dd0725d --- slideshow/Library_slideshow.mk | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'slideshow/Library_slideshow.mk') diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk index e8485efb26a2..49c0c1754260 100644 --- a/slideshow/Library_slideshow.mk +++ b/slideshow/Library_slideshow.mk @@ -110,6 +110,7 @@ $(eval $(call gb_Library_add_exception_objects,slideshow,\ slideshow/source/engine/slide/slideimpl \ slideshow/source/engine/slide/userpaintoverlay \ slideshow/source/engine/slideview \ + slideshow/source/engine/smilfunctionparser \ slideshow/source/engine/soundplayer \ slideshow/source/engine/tools \ slideshow/source/engine/transitions/barndoorwipe \ @@ -146,17 +147,6 @@ $(eval $(call gb_Library_add_exception_objects,slideshow,\ slideshow/source/engine/wakeupevent \ )) -ifeq ($(strip $(OS)),MACOSX) -$(eval $(call gb_Library_add_cxxobjects,slideshow,\ - slideshow/source/engine/smilfunctionparser \ - , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \ -)) -else -$(eval $(call gb_Library_add_exception_objects,slideshow,\ - slideshow/source/engine/smilfunctionparser \ -)) -endif - ifneq ($(strip $(debug)$(DEBUG)),) $(eval $(call gb_Library_add_exception_objects,slideshow,\ slideshow/source/engine/sp_debug \ -- cgit