Skip to content

Commit

Permalink
chore(cargo): aim for faster runtime on release profile (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner authored Mar 16, 2024
1 parent 95477b9 commit d8790e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ rayon = "1.9.0"
regex = "1.10.3"
rustpython-ast = { version = "0.3.0", features = ["visitor"] }
rustpython-parser = "0.3.0"

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

0 comments on commit d8790e1

Please sign in to comment.