summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-12-07 14:28:15 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-12-07 14:44:07 +0100
commit4d204919623b98c5592a1d191bb854043523d170 (patch)
treed4c0eb7c7a7590195fa9ef676ede057a17515f1f
parente9877935b0d09c7a8321632632c440496a957b0c (diff)
when stripping is disabled, strip nothing
-rw-r--r--solenv/gbuild/platform/unxgcc.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index 28fd9439dea4..43d832ad169d 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