chore: better dependecies in options
Some checks failed
Hello World (Multiplatform) / build (macos-12) (push) Has been cancelled
Hello World (Multiplatform) / build (macos-14) (push) Has been cancelled
Hello World (Multiplatform) / build (ubuntu-22.04) (push) Has been cancelled
Hello World (Multiplatform) / build (windows-2022) (push) Has been cancelled
Run tests with twister / twister-build-prep (push) Has been cancelled
Run tests with twister / twister-build (push) Has been cancelled
Run tests with twister / Publish Unit Tests Results (push) Has been cancelled
Run tests with twister / Check Twister Status (push) Has been cancelled

This commit is contained in:
Patrick 2024-08-13 16:48:26 +02:00
parent f80f0fda2a
commit 6893214fb3
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 1 additions and 1 deletions

View file

@ -508,6 +508,7 @@ endchoice
config LTO
bool "Link Time Optimization [EXPERIMENTAL]"
depends on !(GEN_ISR_TABLES || GEN_IRQ_VECTOR_TABLE) || ISR_TABLES_LOCAL_DECLARATION
depends on (!NATIVE_LIBRARY || LLVM_USE_LLD)
depends on !CODE_DATA_RELOCATION
select EXPERIMENTAL
help

View file

@ -111,7 +111,6 @@ config GPROF
config CFI
bool "Build with control flow integrity sanitizer"
depends on LTO
depends on LLVM_USE_LLD
help
Builds Zephyr with Address Sanitizer enabled. This is currently
only supported by boards based on the posix architecture, and requires a