mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 08:52:44 +01:00
6 lines
161 B
Makefile
6 lines
161 B
Makefile
# thread_arch.c's inline assembler breaks when compiling with link time
|
|
# optimization. see #5774.
|
|
SRC_NOLTO += thread_arch.c
|
|
|
|
include $(RIOTBASE)/Makefile.base
|