From e60e436f4593be5276a16b071cf698cbd8f12afe Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Mon, 23 Jun 2025 22:03:03 -0400 Subject: [PATCH] Fix build --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 24189e188..24dd3c90e 100755 --- a/configure.py +++ b/configure.py @@ -343,7 +343,7 @@ config.libs = [ "progress_category": "core", "host": True, "objects": [ - Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "m_Do/m_Do_main.cpp"), + Object(Matching, "m_Do/m_Do_main.cpp", extra_cflags=['-pragma "nosyminline on"']), Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "m_Do/m_Do_printf.cpp"), Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "m_Do/m_Do_audio.cpp"), Object(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "m_Do/m_Do_controller_pad.cpp"),