Makefile: Optimize for size

This gets the dfu image down from 19 to 11 kBytes, with is well within
the 16kbyte limit for the DFU partition.
This commit is contained in:
Harald Welte
2017-02-27 23:24:22 +01:00
parent 37b6e41f84
commit edf9c9d322

View File

@@ -125,7 +125,7 @@ DEBUG_PHONE_SNIFF?=0
#CFLAGS+=-DUSB_NO_DEBUG=1
# Optimization level, put in comment for debugging
OPTIMIZATION ?= -O0
OPTIMIZATION ?= -Os