diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-16 15:48:40 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-16 15:48:40 +0000 |
commit | c499de20c6b10ba483515e48aa61c4e5bb642f7c (patch) | |
tree | e98863094266c328ffebe2920d0aead3c52cc121 /Makefile | |
parent | fd924d90c1fdac2f9cd33e065c7aa540d0f65167 (diff) | |
download | busybox-w32-c499de20c6b10ba483515e48aa61c4e5bb642f7c.tar.gz busybox-w32-c499de20c6b10ba483515e48aa61c4e5bb642f7c.tar.bz2 busybox-w32-c499de20c6b10ba483515e48aa61c4e5bb642f7c.zip |
More stuff
git-svn-id: svn://busybox.net/trunk/busybox@28 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ ifeq ($(DODEBUG),true) | |||
16 | STRIP= | 16 | STRIP= |
17 | LDFLAGS= | 17 | LDFLAGS= |
18 | else | 18 | else |
19 | CFLAGS=-Wall -O2 -fomit-frame-pointer -fno-builtin -D_GNU_SOURCE | 19 | CFLAGS=-Wall -Os -fomit-frame-pointer -fno-builtin -D_GNU_SOURCE |
20 | LDFLAGS= -s | 20 | LDFLAGS= -s |
21 | STRIP= strip --remove-section=.note --remove-section=.comment busybox | 21 | STRIP= strip --remove-section=.note --remove-section=.comment busybox |
22 | endif | 22 | endif |