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
## Motivation for features / changes
Potential improvement to the build: reduce the binary size by ~5Mb
## Technical description of changes
Run `strip` on release build so that [whatever strip does to the binary]
is not shipped in the production build.
## Screenshots of UI changes (or N/A)
## Detailed steps to verify changes work correctly (as executed by you)
Run `cargo build --release`, with and without the change, to observe the
binary size (as tested on M1 Mac) reducing from 14Mb to 9.5Mb
## Alternate designs / implementations considered (or N/A)
0 commit comments