Disable debug symbols by for dev profile
This commit is contained in:
parent
70b3d1e55b
commit
6cc4fd2596
@ -4,3 +4,8 @@ members = ["crates/*", "examples/*", "xtask"]
|
||||
default-members = ["crates/*", "examples/*"]
|
||||
|
||||
resolver = "2"
|
||||
|
||||
[profile.dev]
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user