mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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: https://github.com/flutter/flutter/issues/156166 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style