mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
toolchain/tasking: add dependencies rules for tasking compiler
Tasking compiler uses customized compilation options for generating dependencies files Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
@@ -263,6 +263,10 @@ config ARCH_TOOLCHAIN_CLANG
|
||||
select ARCH_TOOLCHAIN_GNU
|
||||
default n
|
||||
|
||||
config ARCH_TOOLCHAIN_TASKING
|
||||
bool
|
||||
default n
|
||||
|
||||
choice
|
||||
prompt "Link Time Optimization (LTO)"
|
||||
default LTO_NONE
|
||||
|
||||
Reference in New Issue
Block a user