Results 2 comments of bin

In my Flutter project, when generating the iOS framework, the command “_usr/bin/arch -arm64e xcrun cc -v -arch arm64 -miphoneos-version-min=12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -c /Users/xxx/Desktop/.dart_tool/flutter_build/2d151adfb8aeaa558257e5cae0b2158d/arm64/snapshot_assembly.S -o /Users/xxx/Desktop/.dart_tool/flutter_build/2d151adfb8aeaa558257e5cae0b2158d/arm64/snapshot_assembly.o_” **takes 40+ minutes** to execute...

> [@zhangjianbin](https://github.com/zhangjianbin) [@yiiim](https://github.com/yiiim) You should probably file a bug with Apple or LLVM folks and ask them why it takes so long to assemble. Seems like a bug. These `.S`...