From 1588deb073fca96231c9c764c79769a02c4a54b4 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Thu, 2 Jun 2022 23:36:33 -0700 Subject: [PATCH] Remove strip instructions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c05cc7..ac54001 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,7 @@ start bunbun as a daemon. If you're looking to build a release binary, here are the steps I use: 1. `cargo build --release` -2. `strip target/release/bunbun` -3. `upx --lzma target/release/bunbun` +2. `upx --lzma target/release/bunbun` 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