Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3f53a8f

Browse files
authored
iOS: make unopt debug builds unopt and debug (#56226)
The following iOS builds were named "unopt" and "debug" but did not have the `--unoptimized` flag passed to `gn`, resulting in them not being unopt, and having the gn `is_debug` setting set to `false`: * ios_debug_unopt_sim * ios_debug_unopt_sim_arm64 * ios_debug_unopt_sim_arm64_extension_safe No test changes because this is a compile config change. Issue: flutter/flutter#156166 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 052b970 commit 3f53a8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/builders/mac_unopt.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
"debug",
242242
"--simulator",
243243
"--no-lto",
244+
"--unoptimized",
244245
"--rbe",
245246
"--no-goma",
246247
"--xcode-symlinks",
@@ -367,6 +368,7 @@
367368
"--runtime-mode",
368369
"debug",
369370
"--simulator",
371+
"--unoptimized",
370372
"--no-lto",
371373
"--simulator-cpu",
372374
"arm64",
@@ -435,6 +437,7 @@
435437
"--runtime-mode",
436438
"debug",
437439
"--simulator",
440+
"--unoptimized",
438441
"--no-lto",
439442
"--simulator-cpu",
440443
"arm64",

0 commit comments

Comments
 (0)