Fix build for US version

This commit is contained in:
Cuyler36
2025-08-14 08:47:00 -04:00
parent e1272b4901
commit afa420dce5
+3 -1
View File
@@ -255,7 +255,6 @@ cflags_foresta = [
*cflags_base,
*cflags_common,
"-O4,s",
f"-inline {"auto" if version_num == 0 else "off"}",
"-sdata 0",
"-sdata2 0",
"-d IS_REL",
@@ -263,6 +262,9 @@ cflags_foresta = [
"-sym on",
]
if version_num >= 1:
cflags_foresta.append("-inline off")
config.linker_version = "GC/1.3.2"