Remove strip instructions
This commit is contained in:
parent
8920c57341
commit
1588deb073
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ start bunbun as a daemon.
|
||||||
If you're looking to build a release binary, here are the steps I use:
|
If you're looking to build a release binary, here are the steps I use:
|
||||||
|
|
||||||
1. `cargo build --release`
|
1. `cargo build --release`
|
||||||
2. `strip target/release/bunbun`
|
2. `upx --lzma target/release/bunbun`
|
||||||
3. `upx --lzma target/release/bunbun`
|
|
||||||
|
|
||||||
LZMA provides the best level of compress for Rust binaries; it performs at the
|
LZMA provides the best level of compress for Rust binaries; it performs at the
|
||||||
same level as `upx --ultra-brute` without the time cost and [without breaking
|
same level as `upx --ultra-brute` without the time cost and [without breaking
|
||||||
|
|
Loading…
Reference in a new issue