Strip debug symbols from App.framework for non-debug builds (#22245)
A dSYM file is created for the stripped `App.framework` and placed at `build/aot/App.dSYM`. Reduces `App.framework` for Flutter Gallery by 6MB uncompressed, minus 23%. Reduces `App.framework` for Hello World by 1.6MB uncompressed, minus 22%. Fixes #4287. Fixes #18693. Helps with #21813. See also #12012. This change depends on https://dart-review.googlesource.com/c/sdk/+/76306.
Showing
Please register or sign in to comment