mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 05:30:35 +08:00
cmake: remove -Os from COMPILE_FLAGS in px4_add_module()
This is already added to the global list, and we already removed this flag previously, but some of them sneaked back in.
This commit is contained in:
@@ -37,7 +37,6 @@ px4_add_module(
|
||||
STACK_MAIN 1500
|
||||
COMPILE_FLAGS
|
||||
-Wno-deprecated-declarations
|
||||
-Os
|
||||
SRCS
|
||||
nshterm.c
|
||||
PRIORITY "SCHED_PRIORITY_DEFAULT-30"
|
||||
|
||||
Reference in New Issue
Block a user