Build ios with goma. (flutter/engine#37246)

This commit is contained in:
godofredoc
2022-11-02 11:07:44 -07:00
committed by GitHub
parent 3d2176d5cb
commit ae672b0979
2 changed files with 3 additions and 6 deletions

View File

@@ -35,8 +35,7 @@
"debug",
"--simulator",
"--simulator-cpu=arm64",
"--no-lto",
"--no-goma"
"--no-lto"
],
"name": "ios_debug_sim_arm64",
"ninja": {

View File

@@ -31,8 +31,7 @@
"gn": [
"--ios",
"--runtime-mode",
"release",
"--no-goma"
"release"
],
"name": "ios_release",
"ninja": {
@@ -59,8 +58,7 @@
"debug",
"--simulator",
"--simulator-cpu=arm64",
"--no-lto",
"--no-goma"
"--no-lto"
],
"name": "ios_debug_sim_arm64",
"ninja": {