Kaydet (Commit) 4290075d authored tarafından Michael Stahl's avatar Michael Stahl

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
üst 70a35dd3
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment