diff options
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 |