diff options
author | Rob Landley | 2005-07-31 04:25:00 +0000 |
---|---|---|
committer | Rob Landley | 2005-07-31 04:25:00 +0000 |
commit | c7a3e1be8fe22b271193840a5b6bdde93da147ae (patch) | |
tree | 4a4f40c2424b42f18e609bae3357adca2a31eac9 /Rules.mak | |
parent | e70aa9de7ebd8674bfeed74e6cd5c3d6d377c721 (diff) | |
download | busybox-c7a3e1be8fe22b271193840a5b6bdde93da147ae.zip busybox-c7a3e1be8fe22b271193840a5b6bdde93da147ae.tar.gz |
Fix "nm --size-sort" on the busybox binary and document how to make it work.
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |