Skip to content

Commit

Permalink
Add release profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tontinton committed May 13, 2024
1 parent b4f3b64 commit 1b63059
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ authors = ["Tony Solomonik @ [email protected]"]
[profile.dev.package.backtrace]
opt-level = 3

[profile.release]
strip = true
lto = true

[profile.release-thin-lto]
inherits = "release"
lto = "thin"

[dependencies]
bincode = "1.3.3"
clap = { version = "4.5.4", features = ["derive"] }
Expand Down

0 comments on commit 1b63059

Please sign in to comment.