From 73bd4746005996ac117b67949ef88e2a4642fd2b Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Tue, 10 Mar 2026 02:15:05 -0700 Subject: [PATCH] revert: use line-tables-only debug info for profiling profile (#22907) Co-authored-by: Sergei Shulepov <2205845+pepyakin@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62f22e7fff..cde4c4dd14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.