From b9429bd07de6ab254a26b5731189b6960543c2f2 Mon Sep 17 00:00:00 2001 From: Kyle J Cardoza Date: Thu, 11 Jul 2024 22:34:27 -0400 Subject: [PATCH] init work --- config/config.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.mk b/config/config.mk index ff6caa3..2cf8046 100755 --- a/config/config.mk +++ b/config/config.mk @@ -42,6 +42,9 @@ endif LDFLAGS := --rtattr cstartup=sentinel65x \ --verbose \ + --rom-code \ + --initialize-large-data \ + --copy-initialize huge \ --output-format raw ifeq ($(ENABLE_RELEASE_BUILD), "true")