From 66b972ecc1eacb33a23c16b6d2a8a021ce450d5d Mon Sep 17 00:00:00 2001 From: Dmitry Opokin Date: Sun, 9 Aug 2020 21:13:35 +0700 Subject: Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 82b844073..612e6809f 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 -- cgit v1.2.3