Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-07-31 08:25:00 +0400
committerRob Landley <rob@landley.net>2005-07-31 08:25:00 +0400
commitc7a3e1be8fe22b271193840a5b6bdde93da147ae (patch)
tree4a4f40c2424b42f18e609bae3357adca2a31eac9 /Rules.mak
parente70aa9de7ebd8674bfeed74e6cd5c3d6d377c721 (diff)
Fix "nm --size-sort" on the busybox binary and document how to make it work.
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
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)