mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Since gen_snapshot is lipo'd everywhere now, it should be safe to both build with either arm64 or intel macs, and to use the arm64 native clang toolchain on arm64 macs instead of the intel toolchain under Rosetta. Related to https://github.com/flutter/flutter/issues/103386