Set DebuggerDriver.c to unmatching as we still have to figure out the inling issue
This commit is contained in:
parent
bedf7ba7b5
commit
f84b74b7ff
2 changed files with 3 additions and 3 deletions
|
|
@ -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"),
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue