aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-07-22 16:25:56 +0100
committerAleksey Kladov <[email protected]>2019-07-22 16:25:56 +0100
commit660086e5d810ca6633b25af3f3a2573b01ef254f (patch)
treec20822c07b5fba2e6682885ec48c94ac7bfa7af1
parentd690249bc81bc265cb3d1836c2922325f4fdb8af (diff)
smaller debuginfo in release
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c5155e899..e44c9570f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,6 @@ members = [ "crates/*" ]
3 3
4[profile.release] 4[profile.release]
5incremental = true 5incremental = true
6debug = true 6debug = 1 # only line info
7 7
8[patch.'crates-io'] 8[patch.'crates-io']