aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-15 18:18:44 +0000
committerAleksey Kladov <[email protected]>2019-11-15 18:18:44 +0000
commitb8b81846ca50afc6c4deeb8ca3f013890b889622 (patch)
treef4dc66ae9c10005a6f30346dd1903e84dda62c40 /Cargo.toml
parentc6f05abfbbfa2fd1ff06e1adeea7885151aaa768 (diff)
Speedup builds for users
Diffstat (limited to 'Cargo.toml')
-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']