Skip to content

Commit

Permalink
made sure that the opt-level for dependencys is high enough to have a…
Browse files Browse the repository at this point in the history
… good DX
  • Loading branch information
CommanderStorm committed May 5, 2024
1 parent 336bd57 commit f7cdb07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ resolver = "2"
[profile.release]
strip = true
lto = "thin"

# Enable max optimizations for dependencies, but not for our code
# nessesary to get acceptable performance out of the image processing code
[profile.dev.package."*"]
opt-level = 3

0 comments on commit f7cdb07

Please sign in to comment.