mirror of https://github.com/zeldaret/tp.git
fix shield build
This commit is contained in:
parent
76f184acf5
commit
10fbaf79ee
|
|
@ -308,11 +308,11 @@ cflags_runtime = [
|
|||
"-str reuse,pool,readonly",
|
||||
"-common off",
|
||||
"-char signed",
|
||||
"-inline deferred,auto"
|
||||
# "-inline deferred,auto"
|
||||
]
|
||||
|
||||
if config.version == "ShieldD":
|
||||
cflags_runtime.extend(["-O0", "-inline off"])
|
||||
if config.version not in ["ShieldD", "Shield"]:
|
||||
cflags_runtime.extend(["-inline deferred,auto"])
|
||||
|
||||
cflags_trk = [
|
||||
*cflags_base,
|
||||
|
|
|
|||
Loading…
Reference in New Issue