diff options
author | Aleksey Kladov <[email protected]> | 2019-07-22 16:25:56 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-07-22 16:25:56 +0100 |
commit | 660086e5d810ca6633b25af3f3a2573b01ef254f (patch) | |
tree | c20822c07b5fba2e6682885ec48c94ac7bfa7af1 | |
parent | d690249bc81bc265cb3d1836c2922325f4fdb8af (diff) |
smaller debuginfo in release
-rw-r--r-- | Cargo.toml | 2 |
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] |
5 | incremental = true | 5 | incremental = true |
6 | debug = true | 6 | debug = 1 # only line info |
7 | 7 | ||
8 | [patch.'crates-io'] | 8 | [patch.'crates-io'] |