Skip to content

Commit

Permalink
add lto = true to profile.release
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed Dec 10, 2024
1 parent 812558e commit 56515d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oxen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ cc = { version = "1.0", features = ["parallel"] }
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
glob = "0.3"
pkg-config = { version = "0.3", optional = true }

[profile.release]
lto = true

0 comments on commit 56515d0

Please sign in to comment.