diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-12 09:44:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-12 11:51:11 +0100 |
commit | 7bd0fb7d7c0926575d8a7ec5ea2e4a7867f9f8dd (patch) | |
tree | 32aa30bd2ea2a4b470bcb0f3746f59ed899401f1 | |
parent | a09a5142bc17cce62bc13fdeb4674feba39217d8 (diff) |
Related: rhbz#730225 avoid segv in ld, this was set to -O0 around 2000
-rw-r--r-- | sd/Library_sdfilt.mk | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk index 9dd3f2975a68..d4f8c35d59cf 100644 --- a/sd/Library_sdfilt.mk +++ b/sd/Library_sdfilt.mk @@ -80,6 +80,7 @@ $(eval $(call gb_Library_set_componentfile,sdfilt,sd/util/sdfilt)) $(eval $(call gb_Library_add_exception_objects,sdfilt,\ sd/source/filter/eppt/eppt \ + sd/source/filter/eppt/epptso \ sd/source/filter/eppt/escherex \ sd/source/filter/eppt/pptexanimations \ sd/source/filter/eppt/pptexsoundcollection \ @@ -95,15 +96,4 @@ $(eval $(call gb_Library_add_exception_objects,sdfilt,\ sd/source/filter/ppt/propread \ )) -ifeq ($(strip $(COM)),GCC) -$(eval $(call gb_Library_add_cxxobjects,sdfilt,\ - sd/source/filter/eppt/epptso \ - , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \ -)) -else -$(eval $(call gb_Library_add_exception_objects,sdfilt,\ - sd/source/filter/eppt/epptso \ -)) -endif - # vim: set noet sw=4 ts=4: |