enable frame pointers and debug info in release builds

So we can profile with perf when the daemon spins.
This commit is contained in:
ProofOfConcept 2026-03-12 18:11:09 -04:00
parent 7bf4fbe0ec
commit 5024cf7002

View file

@ -8,3 +8,8 @@ edition = "2021"
[profile.release]
opt-level = 2
debug = 1
frame-pointer = "always"
[profile.release.package."*"]
debug = false