mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/cortexm_common: Drop #7776's LTO workaround
The workaround from #7776 is no longer needed with recent toolchains, e.g. such as the toolchain in the riot/riotbuild docker image.
This commit is contained in:
parent
ba329daeee
commit
0feebcb094
@ -1,7 +1,3 @@
|
||||
# thread_arch.c's inline assembler breaks when compiling with link time
|
||||
# optimization. see https://github.com/RIOT-OS/RIOT/issues/5774.
|
||||
SRC_NOLTO += thread_arch.c
|
||||
|
||||
# see https://github.com/RIOT-OS/RIOT/issues/5775.
|
||||
SRC_NOLTO += vectors_cortexm.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user