revert: use line-tables-only debug info for profiling profile (#22907)

Co-authored-by: Sergei Shulepov <2205845+pepyakin@users.noreply.github.com>
This commit is contained in:
Derek Cofausper
2026-03-10 02:15:05 -07:00
committed by GitHub
parent be779c90a2
commit 73bd474600

View File

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