perf: use line-tables-only debug info for profiling profile (#22891)

Co-authored-by: Sergei Shulepov <2205845+pepyakin@users.noreply.github.com>
This commit is contained in:
Derek Cofausper
2026-03-09 10:20:44 -07:00
committed by GitHub
parent 3f81e1894c
commit 851f32a4d3

View File

@@ -295,7 +295,7 @@ codegen-units = 16
# e.g. `cargo build --profile profiling`
[profile.profiling]
inherits = "release"
debug = "full"
debug = "line-tables-only"
strip = "none"
# Include debug info in benchmarks too.