diff options
author | Dmitry Opokin <[email protected]> | 2020-08-09 15:13:35 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-09 15:13:35 +0100 |
commit | 66b972ecc1eacb33a23c16b6d2a8a021ce450d5d (patch) | |
tree | 907e22384e970ba76e83a61b83e7c0d8d514a3c4 | |
parent | cdf6eee9f550062e63041679f6afc968ee9ff240 (diff) |
Update Cargo.toml
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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/" ] | |||
4 | [profile.dev] | 4 | [profile.dev] |
5 | # disabling debug info speeds up builds a bunch, | 5 | # disabling debug info speeds up builds a bunch, |
6 | # and we don't rely on it for debugging that much. | 6 | # and we don't rely on it for debugging that much. |
7 | debug = 2 | 7 | debug = 0 |
8 | 8 | ||
9 | [profile.release] | 9 | [profile.release] |
10 | incremental = true | 10 | incremental = true |