Set DebuggerDriver.c to unmatching as we still have to figure out the inling issue

This commit is contained in:
dbalatoni13 2024-11-12 22:38:27 +01:00
parent bedf7ba7b5
commit f84b74b7ff
2 changed files with 3 additions and 3 deletions

View file

@ -242,7 +242,7 @@ cflags_trk = [
cflags_odemuexi = [
*cflags_base,
"-inline auto,deferred",
# TODO figure out flags
]
cflags_amcstub = [
@ -764,7 +764,7 @@ config.libs = [
"cflags": cflags_odemuexi,
"host": False,
"objects": [
Object(Matching, "OdemuExi2/DebuggerDriver.c"),
Object(NonMatching, "OdemuExi2/DebuggerDriver.c"),
],
},
{