Skip to content

Commit

Permalink
Enable fat lto
Browse files Browse the repository at this point in the history
  • Loading branch information
Barre committed Sep 29, 2024
1 parent 0fc389f commit c5be4a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merklemap-cli"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "MIT"
description = "A CLI client for the merklemap.com API"
Expand All @@ -17,3 +17,7 @@ anyhow = "1.0"
futures = "0.3.30"
chrono = "0.4.38"
indicatif = "0.17"

[profile.release]
codegen-units = 1
lto = "fat"

0 comments on commit c5be4a7

Please sign in to comment.