mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Q estimator: Optimize for size
This commit is contained in:
@@ -34,7 +34,8 @@ set(MODULE_CFLAGS)
|
|||||||
px4_add_module(
|
px4_add_module(
|
||||||
MODULE modules__attitude_estimator_q
|
MODULE modules__attitude_estimator_q
|
||||||
MAIN attitude_estimator_q
|
MAIN attitude_estimator_q
|
||||||
COMPILE_FLAGS ${MODULE_CFLAGS}
|
COMPILE_FLAGS
|
||||||
|
-Os
|
||||||
STACK_MAIN 1200
|
STACK_MAIN 1200
|
||||||
STACK_MAX 1600
|
STACK_MAX 1600
|
||||||
SRCS
|
SRCS
|
||||||
|
|||||||
Reference in New Issue
Block a user