change spec to decrease code size
This commit is contained in:
parent
c0c5255103
commit
b71213522a
@ -30,7 +30,7 @@ LDFLAGS = -mthumb -mcpu=cortex-m0plus -msoft-float -nostartfiles -lc \
|
|||||||
ifeq ($(ENABLE_DEBUG), 1)
|
ifeq ($(ENABLE_DEBUG), 1)
|
||||||
LDFLAGS += --specs=rdimon.specs
|
LDFLAGS += --specs=rdimon.specs
|
||||||
else
|
else
|
||||||
LDFLAGS += --specs=nosys.specs
|
LDFLAGS += --specs=nano.specs
|
||||||
endif
|
endif
|
||||||
|
|
||||||
VPATH += platforms/samd
|
VPATH += platforms/samd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user