Removed change
This commit is contained in:
parent
7b221dd09f
commit
45287759c2
@ -29,7 +29,7 @@ SMALL ?= 1
|
|||||||
ifeq ($(SMALL),1)
|
ifeq ($(SMALL),1)
|
||||||
CFLAGS += -Os
|
CFLAGS += -Os
|
||||||
else
|
else
|
||||||
CFLAGS += -O0
|
CFLAGS += -O2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
### Use CMSIS and the existing dbg-io from arch/cpu/arm/common
|
### Use CMSIS and the existing dbg-io from arch/cpu/arm/common
|
||||||
|
Loading…
Reference in New Issue
Block a user