Update Cargo.toml

This commit is contained in:
Dmitry Opokin 2020-08-09 21:13:35 +07:00 committed by GitHub
parent cdf6eee9f5
commit 66b972ecc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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