aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-31 10:24:36 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-31 10:24:36 +0000
commit6cf47a79acfef8dbe4e651560f59200978b656b1 (patch)
tree3ae009b33f74d131da1747d558ab357511136f7d /Makefile
parent2bc4dec7a15998fa37c03005a9612c7f22df4f7a (diff)
downloadbusybox-6cf47a79acfef8dbe4e651560f59200978b656b1.tar.gz
Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ff3afff6..acd527c41 100644
--- a/Makefile
+++ b/Makefile
@@ -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