forked from Archive/PX4-Autopilot
Switch back from max performance to size as the default optimization level. Individual modules can still override this if they need to.
This commit is contained in:
parent
a2116d2058
commit
6c4aadedf4
|
@ -55,7 +55,7 @@ NM = $(CROSSDEV)nm
|
|||
OBJCOPY = $(CROSSDEV)objcopy
|
||||
OBJDUMP = $(CROSSDEV)objdump
|
||||
|
||||
MAXOPTIMIZATION = -O3
|
||||
MAXOPTIMIZATION = -Os
|
||||
ARCHCPUFLAGS = -mcpu=cortex-m4 \
|
||||
-mthumb \
|
||||
-march=armv7e-m \
|
||||
|
|
Loading…
Reference in New Issue