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
Currently the pkg build manually invokes strip on built binaries. However the pkg build uses latest stable Rust and Rust 1.58.0 released two days from now will bring with it the new support for specifying binary stripping in the [profile.release] section of Cargo.toml. Using this will be less custom and hopefully will also be supported by cargo cross cross-compiled builds which otherwise require manually specifying the right strip tool to use.