Undo unnecessary makefile edit
This commit is contained in:
parent
b30ef7d56d
commit
8f0b3fb49c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user