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
cargo: Stip debuginfo and apply LTO for release profile
This decreases the binary size from ~5 MB to ~ 800 KB, which is a nice
improvement.
Perhaps in the future we can also publish a debug build for
released versions where these optimizations are not stripped out,
allowing for better troubleshooting.
0 commit comments