mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Save code size on commander, reduce stack size of starting tool (NOT OF THE APP ITSELF!)
This commit is contained in:
@@ -47,3 +47,7 @@ SRCS = commander.cpp \
|
|||||||
baro_calibration.cpp \
|
baro_calibration.cpp \
|
||||||
rc_calibration.cpp \
|
rc_calibration.cpp \
|
||||||
airspeed_calibration.cpp
|
airspeed_calibration.cpp
|
||||||
|
|
||||||
|
MODULE_STACKSIZE = 1200
|
||||||
|
|
||||||
|
MAXOPTIMIZATION = -Os
|
||||||
|
|||||||
Reference in New Issue
Block a user