zephyr/cmake/linker/ld
Vinayak Kariappa Chettimada 7a7cfd0d64 cmake: gcc/ld: Fix LTO warnings
Fix the following warnings:
[255/261] Linking C executable zephyr/zephyr_pre0.elf
lto-wrapper: warning: using serial compilation of 8 LTRANS jobs
lto-wrapper: note: see the '-flto' option documentation for more
information
[260/261] Linking C executable zephyr/zephyr.elf
lto-wrapper: warning: using serial compilation of 8 LTRANS jobs
lto-wrapper: note: see the '-flto' option documentation for more
information

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2024-10-25 18:49:07 +01:00
..
clang cmake: linker: move toolchain_ld_<base|cpp> to linker flag property 2024-09-04 21:26:59 +02:00
gcc cmake: move specs compiler and linker flags to toolchain properties 2024-10-04 16:34:35 +01:00
host-gcc
ld_script.cmake
linker_flags.cmake cmake: gcc/ld: Fix LTO warnings 2024-10-25 18:49:07 +01:00
linker_libraries.cmake cmake: improve Zephyr link phase 2024-10-04 16:34:35 +01:00
target.cmake cmake: improve Zephyr link phase 2024-10-04 16:34:35 +01:00
target_configure.cmake
target_relocation.cmake