summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-08-16 14:46:55 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-16 15:15:32 +0200
commit8f9b8b6e6f89f28f1a537a1b4a2aaac076ab7b08 (patch)
tree27ba413a8e611ba09c92da1b5600b4a6ce2d6a15 /sd
parent4290075d3999fcfaee0753e47e0bb5bbfde111e1 (diff)
sd: remove NOOPT for unowcntr.cxx
This has been added in initial CVS import. Change-Id: Ibc1f68860019a639a665d314b1ebfc96d3ca1e45
Diffstat (limited to 'sd')
-rw-r--r--sd/Library_sd.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 807926fa6994..34a1525a85f4 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -464,6 +464,7 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
sd/source/ui/unoidl/unopback \
sd/source/ui/unoidl/unopool \
sd/source/ui/unoidl/unosrch \
+ sd/source/ui/unoidl/unowcntr \
sd/source/ui/view/DocumentRenderer \
sd/source/ui/view/FormShellManager \
sd/source/ui/view/GraphicObjectBar \
@@ -612,15 +613,4 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
))
endif
-ifeq ($(strip $(COM)),GCC)
-$(eval $(call gb_Library_add_cxxobjects,sd,\
- sd/source/ui/unoidl/unowcntr \
- , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \
-))
-else
-$(eval $(call gb_Library_add_exception_objects,sd,\
- sd/source/ui/unoidl/unowcntr \
-))
-endif
-
# vim: set noet sw=4 ts=4: