From b71213522ab0e3630c5df385ddf2be02aa811c99 Mon Sep 17 00:00:00 2001 From: Jason Kotzin Date: Mon, 8 Aug 2022 21:14:10 -0700 Subject: [PATCH] change spec to decrease code size --- src/platforms/jeff/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/jeff/Makefile.inc b/src/platforms/jeff/Makefile.inc index 6920ad46..74e8d2da 100644 --- a/src/platforms/jeff/Makefile.inc +++ b/src/platforms/jeff/Makefile.inc @@ -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