mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 02:20: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:
@@ -35,7 +35,6 @@ px4_add_module(
|
||||
MAIN hardfault_log
|
||||
STACK_MAIN 2048
|
||||
COMPILE_FLAGS
|
||||
-Os
|
||||
SRCS
|
||||
hardfault_log.c
|
||||
DEPENDS
|
||||
|
||||
Reference in New Issue
Block a user