mirror of https://github.com/AxioDL/metaforce.git
[ci] Disable LTO for Linux builds (memory issue)
This commit is contained in:
parent
32e115f4aa
commit
db34bfbbdc
|
@ -205,6 +205,10 @@
|
|||
"BUILD_ATDNA": {
|
||||
"type": "BOOL",
|
||||
"value": false
|
||||
},
|
||||
"USE_LTO": {
|
||||
"type": "BOOL",
|
||||
"value": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue