diff options
-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" } |