[Libreoffice-commits] core.git: solenv/gbuild

Stephan Bergmann sbergman at redhat.com
Wed Aug 17 11:37:42 UTC 2016


 solenv/gbuild/gbuild.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 62c4a8aacf76771e97a8da35096e6ad69a11979a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Aug 17 13:35:58 2016 +0200

    "make debug=t" enables debuginfo again
    
    ...which had inadvertently been broken with
    99db9f2295eb9a8b3288df9798a292b8d6e1b854 "Make --enable-symbols orthogonal to
    --enable-debug/-dbgutil"
    
    Change-Id: I3962aa8c67426f3aebc5ad746f7ac281c68d941a

diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 815465d..c623770 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -87,12 +87,14 @@ gb_DEBUGLEVEL := 1
 # make DEBUG=true should force -g
 ifeq ($(origin DEBUG),command line)
 ENABLE_DEBUGINFO_FOR := all
+ENABLE_SYMBOLS := TRUE
 endif
 endif
 ifneq ($(strip $(debug)),)
 gb_DEBUGLEVEL := 1
 ifeq ($(origin debug),command line)
 ENABLE_DEBUGINFO_FOR := all
+ENABLE_SYMBOLS := TRUE
 endif
 endif
 ifeq ($(gb_ENABLE_DBGUTIL),$(true))


More information about the Libreoffice-commits mailing list