diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Cargo.toml b/Cargo.toml index 218581d9d..87d33f06c 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -19,18 +19,6 @@ miniz_oxide.opt-level = 3 | |||
19 | incremental = true | 19 | incremental = true |
20 | debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. | 20 | debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. |
21 | 21 | ||
22 | # Ideally, we would use `build-override` here, but some crates are also | ||
23 | # needed at run-time and we end up compiling them twice. | ||
24 | [profile.release.package] | ||
25 | chalk-derive.opt-level = 0 | ||
26 | proc-macro2.opt-level = 0 | ||
27 | quote.opt-level = 0 | ||
28 | salsa-macros.opt-level = 0 | ||
29 | serde_derive.opt-level = 0 | ||
30 | syn.opt-level = 0 | ||
31 | tracing-attributes.opt-level = 0 | ||
32 | xtask.opt-level = 0 | ||
33 | |||
34 | [patch.'crates-io'] | 22 | [patch.'crates-io'] |
35 | # rowan = { path = "../rowan" } | 23 | # rowan = { path = "../rowan" } |
36 | 24 | ||