diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index e237b13dc..698db5e3a 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -17,6 +17,7 @@ text-size.opt-level = 3 | |||
17 | miniz_oxide.opt-level = 3 | 17 | miniz_oxide.opt-level = 3 |
18 | 18 | ||
19 | [profile.release] | 19 | [profile.release] |
20 | incremental = true | ||
20 | debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. | 21 | debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. |
21 | 22 | ||
22 | [profile.test] | 23 | [profile.test] |