Skip to content

Commit

Permalink
feat: enabled link time optimizations (#38)
Browse files Browse the repository at this point in the history
Closes #34
  • Loading branch information
kpagacz authored Feb 8, 2025
1 parent f6234b8 commit b182164
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
members = ["aqua", "spongia", "balnea", "unguentum", "tergo", "scopa"]
resolver = "2"
exclude = ["antidotum"]

[profile.release]
lto = true
codegen-units = 1
4 changes: 4 additions & 0 deletions antidotum/tergo/src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ extendr-api = "*"

[workspace]
exclude = ["vendor", "repo_vendor"]

[profile.release]
lto = true
codegen-units = 1

0 comments on commit b182164

Please sign in to comment.