diff options
| author | Eric Andersen <andersen@codepoet.org> | 2001-10-31 10:24:36 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2001-10-31 10:24:36 +0000 |
| commit | 6cf47a79acfef8dbe4e651560f59200978b656b1 (patch) | |
| tree | 3ae009b33f74d131da1747d558ab357511136f7d /Makefile | |
| parent | 2bc4dec7a15998fa37c03005a9612c7f22df4f7a (diff) | |
| download | busybox-6cf47a79acfef8dbe4e651560f59200978b656b1.tar.gz | |
Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ ifeq ($(strip $(DODEBUG)),true) LDFLAGS += -Wl,-warn-common STRIPCMD = else - CFLAGS += $(WARNINGS) $(OPTIMIZATION) -fomit-frame-pointer -D_GNU_SOURCE + CFLAGS += $(WARNINGS) $(OPTIMIZATION) -fomit-frame-pointer -mpreferred-stack-boundary=2 -D_GNU_SOURCE LDFLAGS += -s -Wl,-warn-common STRIPCMD = $(STRIP) --remove-section=.note --remove-section=.comment $(PROG) endif |
