From c7a3e1be8fe22b271193840a5b6bdde93da147ae Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 31 Jul 2005 04:25:00 +0000 Subject: Fix "nm --size-sort" on the busybox binary and document how to make it work. --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 73adf80a0..66edaca9f 100644 --- a/Rules.mak +++ b/Rules.mak @@ -169,7 +169,7 @@ ifeq ($(strip $(CONFIG_DEBUG)),y) STRIPCMD:=/bin/true -Not_stripping_since_we_are_debugging else CFLAGS+=$(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE -DNDEBUG - LDFLAGS += -s -Wl,-warn-common + LDFLAGS += -Wl,-warn-common STRIPCMD:=$(STRIP) --remove-section=.note --remove-section=.comment endif ifeq ($(strip $(CONFIG_STATIC)),y) -- cgit v1.2.3