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)
|
||||
LDFLAGS += --specs=rdimon.specs
|
||||
else
|
||||
LDFLAGS += --specs=nosys.specs
|
||||
LDFLAGS += --specs=nano.specs
|
||||
endif
|
||||
|
||||
VPATH += platforms/samd
|
||||
|
Loading…
x
Reference in New Issue
Block a user