Skip to content

Commit

Permalink
Enable optimizations for insta/similar
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Nov 8, 2022
1 parent 652752b commit d4a9d0e
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 @@ -4,3 +4,9 @@ exclude = ["examples/README.md", "tools/README.md"]

[profile.release]
debug = true

[profile.dev.package.insta]
opt-level = 3

[profile.dev.package.similar]
opt-level = 3

0 comments on commit d4a9d0e

Please sign in to comment.