change spec to decrease code size

This commit is contained in:
Jason Kotzin 2022-08-08 21:14:10 -07:00
parent c0c5255103
commit b71213522a

View File

@ -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