mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Build ios with goma. (flutter/engine#37246)
This commit is contained in:
parent
3d2176d5cb
commit
ae672b0979
@ -35,8 +35,7 @@
|
||||
"debug",
|
||||
"--simulator",
|
||||
"--simulator-cpu=arm64",
|
||||
"--no-lto",
|
||||
"--no-goma"
|
||||
"--no-lto"
|
||||
],
|
||||
"name": "ios_debug_sim_arm64",
|
||||
"ninja": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user