Blame view

RIOT/cpu/cortexm_common/Makefile 161 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
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