Skip to content

Commit

Permalink
[nrf fromtree] linker: lto: Remove experimental label
Browse files Browse the repository at this point in the history
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]>
(cherry picked from commit 2fd8cc8d881940f1c5b1c5499cc5384fc1a93c73)
(cherry picked from commit b6c2319)
  • Loading branch information
carlescufi authored and rlubos committed Nov 4, 2024
1 parent 2d92e09 commit 071790c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Kconfig.zephyr
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 071790c

Please sign in to comment.