From: Debian LibreOffice Maintainers Date: Sat, 25 Mar 2023 16:21:55 +0000 (+0000) Subject: debian-debug X-Git-Tag: archive/raspbian/1%6.1.5-3+rpi1+deb10u11^2~93 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c29af2fa1eb9d94edcc0c6ec8878037f1bab5f4e;p=libreoffice.git debian-debug =================================================================== Gbp-Pq: Name debian-debug.diff --- diff --git a/configure.ac b/configure.ac index f91295e2ce8..98370df486f 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 ac3cbc366cf..440c87df3ca 100644 --- a/solenv/gbuild/platform/com_GCC_defs.mk +++ b/solenv/gbuild/platform/com_GCC_defs.mk @@ -182,6 +182,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