diff options
author | Aleksey Kladov <[email protected]> | 2020-01-11 21:15:27 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-01-11 21:15:27 +0000 |
commit | dde64aa744903ba7d1e0a5365867805e54db9df7 (patch) | |
tree | 950ee1b2048755e1ec5c03297ae205ce32af5883 | |
parent | af0059a4d145a2b46165731195300ee27323f819 (diff) |
Stick to defaulter release profile
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index 3753a4143..31a0560d9 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -8,9 +8,7 @@ debug = 0 | |||
8 | 8 | ||
9 | [profile.release] | 9 | [profile.release] |
10 | incremental = true | 10 | incremental = true |
11 | lto = true | ||
12 | codegen-units = 1 | ||
13 | debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger | 11 | debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger |
14 | 12 | ||
15 | [patch.'crates-io'] | 13 | [patch.'crates-io'] |
16 | # rowan = { path = "../rowan" } \ No newline at end of file | 14 | # rowan = { path = "../rowan" } |