From 8b9569d906ee0e2d60eb750b168ccea701e82c95 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 10 Dec 2020 21:46:57 -0800 Subject: [PATCH] turn on link gc --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index 0a16769..8c1a232 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -20,7 +20,7 @@ endif # Enable this if you want the linker to remove unused code and data. ifeq ($(USE_LINK_GC),) - USE_LINK_GC = no + USE_LINK_GC = yes endif # Linker extra options here.