1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu: cortexm_common: compile thread_arch.c without LTO

This commit is contained in:
Kaspar Schleiser 2016-08-10 16:06:12 +02:00
parent 0bd2805b0c
commit 5a03f08f91

View File

@ -1 +1,5 @@
# thread_arch.c's inline assembler breaks when compiling with link time
# optimization. see #5774.
SRC_NOLTO += thread_arch.c
include $(RIOTBASE)/Makefile.base