Skip to content

Commit

Permalink
optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchou committed Dec 5, 2023
1 parent e5a3dc9 commit d9e2d79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ serde = { version = "1.0.189", features = ["derive"] }
serde_yaml = "0.9.25"
slab_tree = "0.3.2"
walkdir = "2.4.0"

[profile.release]
lto = true
opt-level = "s"

0 comments on commit d9e2d79

Please sign in to comment.