[Libreoffice-commits] .: solenv/gbuild
Lubos Lunak
llunak at kemper.freedesktop.org
Wed Dec 7 05:44:15 PST 2011
solenv/gbuild/platform/unxgcc.mk | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 4d204919623b98c5592a1d191bb854043523d170
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Wed Dec 7 14:28:15 2011 +0100
when stripping is disabled, strip nothing
diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index 28fd943..43d832a 100644
--- a/solenv/gbuild/platform/unxgcc.mk
+++ b/solenv/gbuild/platform/unxgcc.mk
@@ -150,8 +150,6 @@ endif
ifneq ($(gb_SYMBOL),$(true))
ifeq ($(gb_STRIP),$(true))
gb_LinkTarget_LDFLAGS += -Wl,--strip-all
-else
-gb_LinkTarget_LDFLAGS += -Wl,--strip-debug
endif
endif
More information about the Libreoffice-commits
mailing list