More stuff

This commit is contained in:
Eric Andersen
1999-10-16 15:48:40 +00:00
parent 3c163822d8
commit cb6e25655f
8 changed files with 48 additions and 60 deletions

View File

@@ -16,7 +16,7 @@ ifeq ($(DODEBUG),true)
STRIP=
LDFLAGS=
else
CFLAGS=-Wall -O2 -fomit-frame-pointer -fno-builtin -D_GNU_SOURCE
CFLAGS=-Wall -Os -fomit-frame-pointer -fno-builtin -D_GNU_SOURCE
LDFLAGS= -s
STRIP= strip --remove-section=.note --remove-section=.comment busybox
endif