Skip to content

Commit

Permalink
Optimize compiler settings for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
danhje committed Apr 3, 2024
1 parent 359d829 commit b30a64d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ crate-type = ["cdylib"]
anyhow = "*"
pyo3 = { version = "*", features = ["anyhow"] }
quick-xml = "*"

[profile.release]
opt-level = 3
strip = "symbols"
codegen-units = 1
lto = "fat"

0 comments on commit b30a64d

Please sign in to comment.