Merge pull request #603 from 64kramsystem/strip_via_rust_toolchain

Strip release binary via Rust toolchain
This commit is contained in:
RustDesk 2022-05-25 09:54:58 +08:00 committed by GitHub
commit 4a536d0008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,10 +131,9 @@ osx_minimum_system_version = "10.14"
resources = ["mac-tray.png"]
#https://github.com/johnthagen/min-sized-rust
#!!! rembember call "strip target/release/rustdesk"
# which reduce binary size a lot
[profile.release]
lto = true
codegen-units = 1
panic = 'abort'
strip = true
#opt-level = 'z' # only have smaller size after strip