diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 97508c57b..3753a4143 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -8,6 +8,8 @@ debug = 0 | |||
8 | 8 | ||
9 | [profile.release] | 9 | [profile.release] |
10 | incremental = true | 10 | incremental = true |
11 | lto = true | ||
12 | codegen-units = 1 | ||
11 | debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger | 13 | debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger |
12 | 14 | ||
13 | [patch.'crates-io'] | 15 | [patch.'crates-io'] |