Removed change

This commit is contained in:
Edvard Pettersen 2018-07-26 11:55:53 +02:00
parent 7b221dd09f
commit 45287759c2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ SMALL ?= 1
ifeq ($(SMALL),1)
CFLAGS += -Os
else
CFLAGS += -O0
CFLAGS += -O2
endif
### Use CMSIS and the existing dbg-io from arch/cpu/arm/common