mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-12 21:42:13 +00:00
include line table debug info in release builds
This gives a higher quality panic stack trace at the cost of inflating the executable size from ~50MB -> ~500MB. Full debug info is a possibility, but the executable size is ~800MB, which is high, but not completely crazy. I don't know if we'll really need that, so going with line debug for now.
This commit is contained in:
+1
-1
@@ -14,5 +14,5 @@ resolver = "2"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
# debug = 2
|
||||
debug = 1 # include line tables for more meaningful backtraces
|
||||
|
||||
|
||||
Reference in New Issue
Block a user