Undo unnecessary makefile edit

This commit is contained in:
Richard Weickelt 2018-02-08 10:55:53 +01:00 committed by Edvard Pettersen
parent b30ef7d56d
commit 8f0b3fb49c

View File

@ -26,7 +26,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