diff --git a/Cargo.toml b/Cargo.toml index b4edbaf1..5ccddf74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -799,6 +799,10 @@ opt-level = 'z' inherits = "dev" debug = "full" +[profile.dbg.package.'*'] +inherits = "dbg" +debug = "limited" + # primarily used for CI [profile.test] debug = "limited"