Skip to content

Commit

Permalink
Binary optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbegamerxx954 committed Jun 11, 2024
1 parent 83e0b8c commit 84e51f3
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@ jobs:
target: ${{ matrix.target }}
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}
env:
CARGO_PROFILE_RELEASE_LTO: "fat"
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: 1

52 changes: 51 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ console = "0.15.8"
human_bytes = { version = "0.4.3", default-features = false }
indicatif = "0.17.8"
inquire = { version = "0.7.5", default-features = false, features = ["console", "macros", "one-liners"] }

object-rewrite = "0.1.1"
thiserror = "1.0.59"
ureq = "2.9.6"
Expand Down

0 comments on commit 84e51f3

Please sign in to comment.