PX4IO driver: Optimize for size

This commit is contained in:
Lorenz Meier 2014-11-15 13:54:16 +01:00
parent 54f296ce9d
commit 32313a13dd
1 changed files with 2 additions and 0 deletions

View File

@ -48,3 +48,5 @@ INCLUDE_DIRS += $(NUTTX_SRC)/arch/arm/src/stm32 $(NUTTX_SRC)/arch/arm/src/com
MODULE_STACKSIZE = 1200
EXTRACXXFLAGS = -Weffc++
MAXOPTIMIZATION = -Os