Merge pull request #825 from PX4/mavlink_flash

mavlink: Change to size optimization
This commit is contained in:
Lorenz Meier 2014-04-13 23:31:26 +02:00
commit 6e83fe28a2
1 changed files with 2 additions and 0 deletions

View File

@ -46,3 +46,5 @@ SRCS += mavlink_main.cpp \
mavlink_commands.cpp
INCLUDE_DIRS += $(MAVLINK_SRC)/include/mavlink
MAXOPTIMIZATION = -Os