notify_push icon indicating copy to clipboard operation
notify_push copied to clipboard

Strip distributed binary

Open Glandos opened this issue 4 years ago • 1 comments

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.

Glandos avatar Nov 13 '21 12:11 Glandos

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).

IzumiRaine avatar Nov 20 '21 13:11 IzumiRaine