mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 20:57:36 +08:00
UAVCAN: Set default optimization level to -Os because comm protocols should not hog the flash or RAM.
This commit is contained in:
@@ -63,7 +63,7 @@ px4_add_module(
|
||||
COMPILE_FLAGS
|
||||
-Wframe-larger-than=1500
|
||||
-Wno-deprecated-declarations
|
||||
-O3
|
||||
-Os
|
||||
SRCS
|
||||
# Main
|
||||
uavcan_main.cpp
|
||||
|
||||
Reference in New Issue
Block a user