From: Debian LibreOffice Maintainers Date: Tue, 18 Jun 2019 19:54:44 +0000 (+0100) Subject: debian-debug X-Git-Tag: archive/raspbian/1%5.2.7-1+rpi1+deb9u9^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=97eb2d7033bacef0e8cc30dd17232cdb72017eab;p=libreoffice.git debian-debug Gbp-Pq: Name debian-debug.diff --- diff --git a/configure.ac b/configure.ac index 83d8daba575..f5700a53ffc 100644 Binary files a/configure.ac and b/configure.ac differ diff --git a/solenv/gbuild/platform/com_GCC_defs.mk b/solenv/gbuild/platform/com_GCC_defs.mk index cb9d38d6449..528a16c3694 100644 --- a/solenv/gbuild/platform/com_GCC_defs.mk +++ b/solenv/gbuild/platform/com_GCC_defs.mk @@ -179,11 +179,15 @@ gb_PrecompiledHeader_EXCEPTIONFLAGS := $(gb_LinkTarget_EXCEPTIONFLAGS) gb_COMPILERNOOPTFLAGS := -O0 -fstrict-aliasing -fstrict-overflow # Clang does not know -ggdb2 or some other options +ifeq ($(ENABLE_SYMBOLS),SMALL) +gb_DEBUGINFO_FLAGS=-g1 +else ifeq ($(HAVE_GCC_GGDB2),TRUE) gb_DEBUGINFO_FLAGS=-ggdb2 else gb_DEBUGINFO_FLAGS=-g2 endif +endif ifeq ($(HAVE_GCC_FINLINE_LIMIT),TRUE) FINLINE_LIMIT0=-finline-limit=0