debian-debug
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Wed, 3 Oct 2018 02:27:03 +0000 (03:27 +0100)
committerRaspbian forward porter <root@raspbian.org>
Wed, 3 Oct 2018 02:27:03 +0000 (03:27 +0100)
Gbp-Pq: Name debian-debug.diff

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

index d0ee9e0468ebe5c647f28b8049f7cb9a6d52da8b..ac5802b1ca97f018dcc1b4872758b391b256fe61 100644 (file)
Binary files a/configure.ac and b/configure.ac differ
index ac3cbc366cf79da52a3d461a9b3ee7de5308056d..440c87df3ca56e83ff71807d3b59fbf2eced25c7 100644 (file)
@@ -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