diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-07-31 04:25:00 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-07-31 04:25:00 +0000 |
commit | 7599c37f1cd240b62010ea6b17ae50514973385e (patch) | |
tree | 4a4f40c2424b42f18e609bae3357adca2a31eac9 /Rules.mak | |
parent | 0e020b66a36bf9b1fa8f9c1ad959d20b7996ba78 (diff) | |
download | busybox-w32-7599c37f1cd240b62010ea6b17ae50514973385e.tar.gz busybox-w32-7599c37f1cd240b62010ea6b17ae50514973385e.tar.bz2 busybox-w32-7599c37f1cd240b62010ea6b17ae50514973385e.zip |
Fix "nm --size-sort" on the busybox binary and document how to make it work.
git-svn-id: svn://busybox.net/trunk/busybox@10991 69ca8d6d-28ef-0310-b511-8ec308f3f277
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) | |||
169 | STRIPCMD:=/bin/true -Not_stripping_since_we_are_debugging | 169 | STRIPCMD:=/bin/true -Not_stripping_since_we_are_debugging |
170 | else | 170 | else |
171 | CFLAGS+=$(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE -DNDEBUG | 171 | CFLAGS+=$(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE -DNDEBUG |
172 | LDFLAGS += -s -Wl,-warn-common | 172 | LDFLAGS += -Wl,-warn-common |
173 | STRIPCMD:=$(STRIP) --remove-section=.note --remove-section=.comment | 173 | STRIPCMD:=$(STRIP) --remove-section=.note --remove-section=.comment |
174 | endif | 174 | endif |
175 | ifeq ($(strip $(CONFIG_STATIC)),y) | 175 | ifeq ($(strip $(CONFIG_STATIC)),y) |