other: compile dependencies in dev with optimizations

This commit is contained in:
ClementTsang 2023-02-07 04:24:14 -05:00
parent 88111de941
commit 9fd8ce3151
No known key found for this signature in database
GPG Key ID: DC3B7867D8D97095
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ test = true
doctest = true
doc = true
[profile.dev.package."*"]
opt-level = 3 # Compile dependencies with optimizations on.
[profile.release]
# debug = true # Might be nice to have a custom profile for flamegraphs.
# strip = false