Skip to content

Commit 3c8e571

Browse files
gchwiernvlsianpu
authored andcommitted
zephyr: nRF54L05 and L10 configuration with LTO enabled
Enable LTO to cut down the MCUboot size for nrf54l10 and nrf54l05. Signed-off-by: Grzegorz Chwierut <[email protected]>
1 parent 4ea993c commit 3c8e571

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Link Time Optimizations
2+
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
3+
CONFIG_LTO=y
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Link Time Optimizations
2+
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
3+
CONFIG_LTO=y

0 commit comments

Comments
 (0)