Skip to content

Commit 2fd8cc8

Browse files
carlescufimmahadevan108
authored andcommitted
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 <[email protected]>
1 parent 2c43d7f commit 2fd8cc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Kconfig.zephyr

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,11 +536,10 @@ config NO_OPTIMIZATIONS
536536
endchoice
537537

538538
config LTO
539-
bool "Link Time Optimization [EXPERIMENTAL]"
539+
bool "Link Time Optimization"
540540
depends on !(GEN_ISR_TABLES || GEN_IRQ_VECTOR_TABLE) || ISR_TABLES_LOCAL_DECLARATION
541541
depends on !NATIVE_LIBRARY
542542
depends on !CODE_DATA_RELOCATION
543-
select EXPERIMENTAL
544543
help
545544
This option enables Link Time Optimization.
546545

0 commit comments

Comments
 (0)