You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
applications: nrf_desktop: nrf54h20: disable LTO in the app image
Disabled the Link Time Optimization (LTO) for the
nrf54h20dk/nrf54h20/cpuapp board target in the default image
configuration of the nRF Desktop application. This change is done
to prevent the LTO warnings about the type mismatch
(-Wlto-type-mismatch) in the device_deps.c file, which is
autogenerated if the CONFIG_DEVICE_DEPS Kconfig option is enabled.
This file is required by the Zephyr domain driver to notify child
devices in the domain to turn on or off when the domain itself is
powered up or down.
Ref: NCSDK-35587
Signed-off-by: Kamil Piszczek <[email protected]>
0 commit comments