mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #2848 from haukepetersen/fix_samr21_optimization
cpu/samd21: remove -O0 override
This commit is contained in:
commit
9ecaea4038
@ -6,7 +6,4 @@ export CFLAGS += -DDONT_USE_CMSIS_INIT
|
||||
# use the hwtimer compatibility layer
|
||||
USEMODULE += hwtimer_compat
|
||||
|
||||
# TODO: remove once the CPU implementation is stable with -Os
|
||||
CFLAGS_OPT = -O0
|
||||
|
||||
include $(RIOTCPU)/Makefile.include.cortexm_common
|
||||
|
Loading…
Reference in New Issue
Block a user