From: Debian LibreOffice Maintainers Date: Mon, 7 May 2018 13:47:22 +0000 (+0100) Subject: debian-debug X-Git-Tag: archive/raspbian/1%6.0.4-1+rpi1^2~33 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=302f7c1fab2cf7015e8686f4d03a0c6e01cb6f8f;p=libreoffice.git debian-debug Gbp-Pq: Name debian-debug.diff --- diff --git a/configure.ac b/configure.ac index b75c63b8d6f..b6c5bf5affa 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 11b7871a3e6..1a6eebe7f45 100644 --- a/solenv/gbuild/platform/com_GCC_defs.mk +++ b/solenv/gbuild/platform/com_GCC_defs.mk @@ -170,6 +170,8 @@ gb_COMPILERNOOPTFLAGS := -O0 -fstrict-aliasing -fstrict-overflow ifeq ($(OS),ANDROID) gb_DEBUGINFO_FLAGS=-glldb # Clang does not know -ggdb2 or some other options +else ifeq ($(ENABLE_SYMBOLS),SMALL) +gb_DEBUGINFO_FLAGS=-g1 else ifeq ($(HAVE_GCC_GGDB2),TRUE) gb_DEBUGINFO_FLAGS=-ggdb2 else