debian-debug
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Tue, 10 Jul 2018 19:07:55 +0000 (20:07 +0100)
committerRene Engelhard <rene@debian.org>
Tue, 10 Jul 2018 19:07:55 +0000 (20:07 +0100)
Gbp-Pq: Name debian-debug.diff

configure.ac
solenv/gbuild/platform/com_GCC_defs.mk

index a0cb1106200564cf1f540847a4c3284ec5ec5962..14bfc04716599ecdbe3300d30778c9d99d2c8609 100644 (file)
Binary files a/configure.ac and b/configure.ac differ
index 1466cf17d3ad6261ea4b6de1f7d3863438690b56..54768813eefb69ee388a5a7b7daa629ab1d663d1 100644 (file)
@@ -181,6 +181,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