commit | c7a3e1be8fe22b271193840a5b6bdde93da147ae | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Jul 31 04:25:00 2005 +0000 |
committer | Rob Landley <rob@landley.net> | Sun Jul 31 04:25:00 2005 +0000 |
tree | 4a4f40c2424b42f18e609bae3357adca2a31eac9 | |
parent | e70aa9de7ebd8674bfeed74e6cd5c3d6d377c721 [diff] [blame] |
Fix "nm --size-sort" on the busybox binary and document how to make it work.
diff --git a/Rules.mak b/Rules.mak index 73adf80..66edaca 100644 --- a/Rules.mak +++ b/Rules.mak
@@ -169,7 +169,7 @@ 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)