From cb6e25655f894c90e4befc4bee0e66794dd6858f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 16 Oct 1999 15:48:40 +0000 Subject: More stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3069c07..4b05075 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.1