aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-11-15 18:19:16 +0000
committerGitHub <[email protected]>2019-11-15 18:19:16 +0000
commit0516a32ed0f8add1a999be579ff9d8966a241f67 (patch)
treee9d17dbe5c5d2fa7cb07df69b65fbf5329040518
parent97a14d51edf810179472813dce6b4d47f8ff106b (diff)
parentb8b81846ca50afc6c4deeb8ca3f013890b889622 (diff)
Merge #2262
2262: Speedup builds for users r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5c57020f7..92e3228f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,6 @@ debug = 0
8 8
9[profile.release] 9[profile.release]
10incremental = true 10incremental = true
11debug = 1 # only line info 11debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger
12 12
13[patch.'crates-io'] 13[patch.'crates-io']