You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Switches Android to ThinLTO and optimizes for space (#179)
ThinLTO is supposed to be faster during linking.
The LTO optimization level is decreased to reduce inlining and hence binary size (Chrome uses the same LTO-O level on Android for the same reason).
This reduces libflutter.so by 122,800 Bytes (120KB) uncompressed, which now comes in at 5,558,036 Bytes.
0 commit comments