[ci] Disable LTO for Linux builds (memory issue)

This commit is contained in:
Luke Street 2021-10-25 19:16:57 -04:00
parent 32e115f4aa
commit db34bfbbdc
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@
"BUILD_ATDNA": {
"type": "BOOL",
"value": false
},
"USE_LTO": {
"type": "BOOL",
"value": false
}
}
},