From f946bf4f2e9aa2a75964548c6b8db269cbedf394 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Sun, 7 Apr 2024 19:19:11 -0400 Subject: [PATCH] Remove debuginfo from rustc-demangle too This is done for the same reason as the other dependencies in this list. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e12c968e205..bbf4ecfe61d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,6 +96,7 @@ adler.debug = 0 gimli.debug = 0 miniz_oxide.debug = 0 object.debug = 0 +rustc-demangle.debug = 0 # These are very thin wrappers around executing lld with the right binary name. # Basically nothing within them can go wrong without having been explicitly logged anyway.