linker: lto: Remove experimental label
LTO support was added with Zephyr 3.6.0, and it has been used in production with Nordic devices for a long time. Remove the experimental label to mark it ready for production. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
2c43d7fe76
commit
2fd8cc8d88
1 changed files with 1 additions and 2 deletions
|
@ -536,11 +536,10 @@ config NO_OPTIMIZATIONS
|
|||
endchoice
|
||||
|
||||
config LTO
|
||||
bool "Link Time Optimization [EXPERIMENTAL]"
|
||||
bool "Link Time Optimization"
|
||||
depends on !(GEN_ISR_TABLES || GEN_IRQ_VECTOR_TABLE) || ISR_TABLES_LOCAL_DECLARATION
|
||||
depends on !NATIVE_LIBRARY
|
||||
depends on !CODE_DATA_RELOCATION
|
||||
select EXPERIMENTAL
|
||||
help
|
||||
This option enables Link Time Optimization.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue