From 9520efe564605d00f38ffa52a2377435b3b0f387 Mon Sep 17 00:00:00 2001 From: CreateSource <72283721+abnormalhare@users.noreply.github.com> Date: Sun, 16 Mar 2025 15:31:28 -0400 Subject: [PATCH] testing --- configure.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configure.py b/configure.py index 371fe507..7529d74d 100644 --- a/configure.py +++ b/configure.py @@ -27,7 +27,7 @@ from tools.project import ( ) # Game versions -DEFAULT_VERSION = 0 +DEFAULT_VERSION = 1 VERSIONS = [ "GMPE01_00", # USA 1.0 "GMPE01_01", # USA 1.1 @@ -252,11 +252,9 @@ cflags_trk = [ cflags_odemuexi = [ *cflags_base, - "-inline auto,deferred", + "-inline deferred" ] -if version_num > 0: - cflags_odemuexi.append("-inline auto,deferred") cflags_amcstub = [ *cflags_base,