mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 09:00:35 +08:00
Stack checks made optional: ENABLE_STACK_CHECKS
This commit is contained in:
committed by
Lorenz Meier
parent
f49f183f74
commit
1d13edcf92
@@ -40,7 +40,8 @@ MODULE_COMMAND = uavcan
|
||||
|
||||
MAXOPTIMIZATION = -O3
|
||||
|
||||
INSTRUMENTATIONDEFINES = -fno-instrument-functions -ffixed-r10
|
||||
# Instrumentation makes the CPU load about 3 times higher, see https://github.com/PX4/Firmware/issues/1417
|
||||
INSTRUMENTATIONDEFINES += -fno-instrument-functions
|
||||
|
||||
# Main
|
||||
SRCS += uavcan_main.cpp \
|
||||
|
||||
Reference in New Issue
Block a user