zephyr/lib/libc
Matthias Plöger 4a0539af36 libc: minimal: Add "prohibit_lto" flag to avoid problems with LTO
The compiler requires that much of the C library be built without using LTO
so that various symbols are available for use by generated code, including
things like memset and memcpy.

Add the "prohibit_lto" CMake target compiler property to avoid LTO when
activated.

Signed-off-by: Matthias Plöger <matthias.ploeger@phoenixcontact.com>
2025-06-27 21:17:43 +02:00
..
arcmwdt
armstdc
common libc: common: thrd: use sys_clock_nanosleep() instead of nanosleep() 2025-06-24 14:18:52 +02:00
iar
minimal libc: minimal: Add "prohibit_lto" flag to avoid problems with LTO 2025-06-27 21:17:43 +02:00
newlib
picolibc
CMakeLists.txt
Kconfig libc: use the common libc time() implementation for most libcs 2025-06-24 14:18:52 +02:00