debian-debug
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Sat, 2 Jun 2018 10:14:04 +0000 (11:14 +0100)
committerRene Engelhard <rene@debian.org>
Sat, 2 Jun 2018 10:14:04 +0000 (11:14 +0100)
Gbp-Pq: Name debian-debug.diff

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

index e7976ac8320e8cf1a1d5379e6c051b5549bd8f65..305b55866aee95c2d96e3d81e3ec8faa483bb7f8 100644 (file)
Binary files a/configure.ac and b/configure.ac differ
index 11b7871a3e6fc246311caa03e84a346aa92d2a89..1a6eebe7f456633d0ed16b71439bb2144fc3a0a4 100644 (file)
@@ -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