enable frame pointers and debug info in release builds
So we can profile with perf when the daemon spins.
This commit is contained in:
parent
7bf4fbe0ec
commit
5024cf7002
1 changed files with 5 additions and 0 deletions
|
|
@ -8,3 +8,8 @@ edition = "2021"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = 2
|
opt-level = 2
|
||||||
|
debug = 1
|
||||||
|
frame-pointer = "always"
|
||||||
|
|
||||||
|
[profile.release.package."*"]
|
||||||
|
debug = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue