1
0
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:
Kaspar Schleiser 2015-05-29 16:49:55 +02:00
commit 9ecaea4038

View File

@ -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