turn on link gc

This commit is contained in:
Matthew Kennedy 2020-12-10 21:46:57 -08:00
parent 5c2dd19c3f
commit 8b9569d906
1 changed files with 1 additions and 1 deletions

View File

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