mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
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:
@@ -125,7 +125,7 @@ DEBUG_PHONE_SNIFF?=0
|
||||
#CFLAGS+=-DUSB_NO_DEBUG=1
|
||||
|
||||
# Optimization level, put in comment for debugging
|
||||
OPTIMIZATION ?= -O0
|
||||
OPTIMIZATION ?= -Os
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user