From 715bf79404b268a2b3e5184dd2aa3b55097c67fc Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 11 Sep 2014 11:36:38 +0200 Subject: dbaccess: remove optimization disabling workaround for GCC 4.2 bug i#102305 was filed against OOo Linux baseline (some GCC 4.2.x); let's hope the current GCC versions that are required for C++11 work fine. Change-Id: I0ff00a44bb8fbb48845756cebd4ad69e0ab0c7aa Reviewed-on: https://gerrit.libreoffice.org/11395 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- dbaccess/Library_dbu.mk | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk index fa551c53121e..c9b4f409b818 100644 --- a/dbaccess/Library_dbu.mk +++ b/dbaccess/Library_dbu.mk @@ -251,6 +251,7 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\ dbaccess/source/ui/uno/ColumnModel \ dbaccess/source/ui/uno/ColumnPeer \ dbaccess/source/ui/uno/composerdialogs \ + dbaccess/source/ui/uno/copytablewizard \ dbaccess/source/ui/uno/dbinteraction \ dbaccess/source/ui/uno/DBTypeWizDlg \ dbaccess/source/ui/uno/DBTypeWizDlgSetup \ @@ -268,16 +269,4 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\ )) endif -# workaround for issue http://qa.openoffice.org/issues/show_bug.cgi?id=102305 Linux specific -ifeq ($(COM),GCC) -$(eval $(call gb_Library_add_cxxobjects,dbu,\ - dbaccess/source/ui/uno/copytablewizard \ - , $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILERNOOPTFLAGS) $(if $(call gb_LinkTarget__debug_enabled,dbu),$(gb_DEBUG_CFLAGS)) \ -)) -else -$(eval $(call gb_Library_add_exception_objects,dbu,\ - dbaccess/source/ui/uno/copytablewizard \ -)) -endif - # vim: set noet sw=4 ts=4: -- cgit