Skip to content
Snippets Groups Projects
Commit 9ecaea40 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

Merge pull request #2848 from haukepetersen/fix_samr21_optimization

cpu/samd21: remove -O0 override
parents f9b00c42 32410bbf
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,4 @@ export CFLAGS += -DDONT_USE_CMSIS_INIT ...@@ -6,7 +6,4 @@ export CFLAGS += -DDONT_USE_CMSIS_INIT
# use the hwtimer compatibility layer # use the hwtimer compatibility layer
USEMODULE += hwtimer_compat USEMODULE += hwtimer_compat
# TODO: remove once the CPU implementation is stable with -Os
CFLAGS_OPT = -O0
include $(RIOTCPU)/Makefile.include.cortexm_common include $(RIOTCPU)/Makefile.include.cortexm_common
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment