Skip to content

Commit

Permalink
applications: nrf_desktop: Remove reduntant LTO Kconfigs in app conf
Browse files Browse the repository at this point in the history
LTO is already enabled globally for the nRF Desktop app so enabling
it in prj_*.conf is not needed.

Jira: NCSDK-31374

Signed-off-by: Mateusz Kapala <[email protected]>
  • Loading branch information
mkapala-nordic authored and pdunaj committed Feb 17, 2025
1 parent 2be0f1a commit b2656ff
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ CONFIG_REBOOT=y
# Optimize for size to reduce memory footprint.
CONFIG_SIZE_OPTIMIZATIONS=y

# Activate LTO
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

CONFIG_PWM=y

CONFIG_LED=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ CONFIG_REBOOT=y
# Optimize for size to reduce memory footprint.
CONFIG_SIZE_OPTIMIZATIONS=y

# Activate LTO
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

CONFIG_PWM=y

CONFIG_LED=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ CONFIG_REBOOT=y
# Optimize for size to reduce memory footprint.
CONFIG_SIZE_OPTIMIZATIONS=y

# Activate LTO
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

CONFIG_PWM=y

CONFIG_LED=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ CONFIG_REBOOT=y
# Optimize for size to reduce memory footprint.
CONFIG_SIZE_OPTIMIZATIONS=y

# Activate LTO
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

CONFIG_PWM=y

CONFIG_LED=y
Expand Down

0 comments on commit b2656ff

Please sign in to comment.