From b8b81846ca50afc6c4deeb8ca3f013890b889622 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 15 Nov 2019 21:18:44 +0300 Subject: Speedup builds for users --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5c57020f7..92e3228f0 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'] -- cgit v1.2.3