diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-08-16 14:43:20 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-08-16 15:15:32 +0200 |
commit | 4290075d3999fcfaee0753e47e0bb5bbfde111e1 (patch) | |
tree | 13bf0f563fb8881bd4785e24ee614f522e21c68e /slideshow/Library_slideshow.mk | |
parent | 70a35dd390038be31b2c840222ca644a6393325e (diff) |
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
Diffstat (limited to 'slideshow/Library_slideshow.mk')
-rw-r--r-- | slideshow/Library_slideshow.mk | 12 |
1 files changed, 1 insertions, 11 deletions
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 \ |