From b8b81846ca50afc6c4deeb8ca3f013890b889622 Mon Sep 17 00:00:00 2001
From: Aleksey Kladov <aleksey.kladov@gmail.com>
Date: Fri, 15 Nov 2019 21:18:44 +0300
Subject: [PATCH] Speedup builds for users

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 5c57020f72e..92e3228f052 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,6 @@ debug = 0
 
 [profile.release]
 incremental = true
-debug = 1 # only line info
+debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger
 
 [patch.'crates-io']