diff --git a/Cargo.toml b/Cargo.toml index 82b8440732fb..612e6809f62a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = [ "crates/*", "xtask/" ] [profile.dev] # disabling debug info speeds up builds a bunch, # and we don't rely on it for debugging that much. -debug = 2 +debug = 0 [profile.release] incremental = true