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:
px4dev 2012-08-11 11:45:59 -07:00
parent a2116d2058
commit 6c4aadedf4
1 changed files with 1 additions and 1 deletions

View File

@ -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 \