aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-16 15:48:40 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-16 15:48:40 +0000
commitcb6e25655f894c90e4befc4bee0e66794dd6858f (patch)
treee98863094266c328ffebe2920d0aead3c52cc121 /Makefile
parent3c163822d88105450806fdb6a29fdfc2511267d1 (diff)
downloadbusybox-w32-cb6e25655f894c90e4befc4bee0e66794dd6858f.tar.gz
busybox-w32-cb6e25655f894c90e4befc4bee0e66794dd6858f.tar.bz2
busybox-w32-cb6e25655f894c90e4befc4bee0e66794dd6858f.zip
More stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3069c0711..4b05075f9 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ ifeq ($(DODEBUG),true)
16 STRIP= 16 STRIP=
17 LDFLAGS= 17 LDFLAGS=
18else 18else
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
22endif 22endif