From 7659a47a3d7789a0ce6d2ab17119970faa277e29 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 8 Jul 2016 17:25:17 +0200 Subject: Centralize setting gb_DEBUGINFO_FLAGS for gb_SYMBOL in LinkTarget.mk Change-Id: Ie8ca63d48f66833a778342af8fbe19006fb6f143 Reviewed-on: https://gerrit.libreoffice.org/27055 Reviewed-by: Stephan Bergmann Tested-by: Stephan Bergmann --- solenv/gbuild/platform/solaris.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'solenv/gbuild/platform/solaris.mk') diff --git a/solenv/gbuild/platform/solaris.mk b/solenv/gbuild/platform/solaris.mk index 4ab1ecf579c8..0b1cb0c11c6f 100644 --- a/solenv/gbuild/platform/solaris.mk +++ b/solenv/gbuild/platform/solaris.mk @@ -111,11 +111,6 @@ gb_LinkTarget__RPATHS := \ gb_LinkTarget_CFLAGS := $(gb_CFLAGS) $(gb_CFLAGS_WERROR) gb_LinkTarget_CXXFLAGS := $(gb_CXXFLAGS) $(gb_CFLAGS_WERROR) -ifeq ($(gb_SYMBOL),$(true)) -gb_LinkTarget_CXXFLAGS += $(gb_DEBUGINFO_FLAGS) -gb_LinkTarget_CFLAGS += $(gb_DEBUGINFO_FLAGS) -endif - # note that `cat $(extraobjectlist)` is needed to build with older gcc versions, e.g. 4.1.2 on SLED10 # we want to use @$(extraobjectlist) in the long run # link with C compiler if there are no C++ files (pyuno_wrapper depends on this) -- cgit