mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
UAVCAN module: -O3 instead of -Os; fixed instrumentation defines
This commit is contained in:
committed by
Lorenz Meier
parent
c2bc298409
commit
f49f183f74
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user