Skip to content
Snippets Groups Projects
Commit 32410bbf authored by Hauke Petersen's avatar Hauke Petersen
Browse files

cpu/samd21: set optimization level to -Os

parent c839e654
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