Kaydet (Commit) 715bf794 authored tarafından Michael Stahl's avatar Michael Stahl

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/11395Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst e227d614
...@@ -251,6 +251,7 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\ ...@@ -251,6 +251,7 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\
dbaccess/source/ui/uno/ColumnModel \ dbaccess/source/ui/uno/ColumnModel \
dbaccess/source/ui/uno/ColumnPeer \ dbaccess/source/ui/uno/ColumnPeer \
dbaccess/source/ui/uno/composerdialogs \ dbaccess/source/ui/uno/composerdialogs \
dbaccess/source/ui/uno/copytablewizard \
dbaccess/source/ui/uno/dbinteraction \ dbaccess/source/ui/uno/dbinteraction \
dbaccess/source/ui/uno/DBTypeWizDlg \ dbaccess/source/ui/uno/DBTypeWizDlg \
dbaccess/source/ui/uno/DBTypeWizDlgSetup \ dbaccess/source/ui/uno/DBTypeWizDlgSetup \
...@@ -268,16 +269,4 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\ ...@@ -268,16 +269,4 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\
)) ))
endif 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: # vim: set noet sw=4 ts=4:
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