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.