From 851f32a4d3bc8529d732f7bdf1bbc7696b8ce119 Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:20:44 -0700 Subject: [PATCH] perf: use line-tables-only debug info for profiling profile (#22891) 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 cde4c4dd14..62f22e7fff 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 = "full" +debug = "line-tables-only" strip = "none" # Include debug info in benchmarks too.