UAVCAN module: -O3 instead of -Os; fixed instrumentation defines

This commit is contained in:
Pavel Kirienko 2015-01-17 22:25:33 +03:00 committed by Lorenz Meier
parent c2bc298409
commit f49f183f74
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@
MODULE_COMMAND = uavcan
MAXOPTIMIZATION = -Os
MAXOPTIMIZATION = -O3
INSTRUMENTATIONDEFINES = -fno-instrument-functions
INSTRUMENTATIONDEFINES = -fno-instrument-functions -ffixed-r10
# Main
SRCS += uavcan_main.cpp \