diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-08 17:25:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-11 08:57:31 +0000 |
commit | 7659a47a3d7789a0ce6d2ab17119970faa277e29 (patch) | |
tree | 0e06087fe0e328450cfeafb47f7b7ea7ef83fb17 /solenv/gbuild/platform/solaris.mk | |
parent | 85dccfb3496b2ed3a56e5cce8940227023a77e1e (diff) |
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 <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv/gbuild/platform/solaris.mk')
-rw-r--r-- | solenv/gbuild/platform/solaris.mk | 5 |
1 files changed, 0 insertions, 5 deletions
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) |