notify_push
notify_push copied to clipboard
Strip distributed binary
Currently, the distributed binary is 22MB, not stripped. Could you strip it? Having debug info could be nice, but I prefer not to have it on production.
This should be easy with one of the next Rust releases, cargo just got an option for stripping: https://github.com/rust-lang/rust/pull/90058 (see also https://github.com/rust-lang/rust/issues/72110).