Optimize quote in the dev profile
This commit is contained in:
parent
6cc4fd2596
commit
afc311b01d
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@ resolver = "2"
|
|||
# Speeds up test times by more than 10% in a simple test
|
||||
# Set to 1 or 2 if you want to use a debugger in this workspace
|
||||
debug = 0
|
||||
|
||||
[profile.dev.package]
|
||||
# Also speeds up test times a little bit
|
||||
quote = { opt-level = 2 }
|
||||
|
|
Loading…
Reference in a new issue