From 6fb058ec51adeb031dc34c5e57619aa24613176d Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Sun, 15 Sep 2024 21:31:41 -0700 Subject: [PATCH] Skip debuginfo for ruzstd and opt it for size --- library/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/Cargo.toml b/library/Cargo.toml index e744cfe5e0f57..f6d2598b1da94 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -38,6 +38,8 @@ gimli.opt-level = "s" miniz_oxide.debug = 0 object.debug = 0 rustc-demangle.debug = 0 +ruzstd.debug = 0 +ruzstd.opt-level = "s" [patch.crates-io] # See comments in `library/rustc-std-workspace-core/README.md` for what's going on