We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c423738 + cca330e commit b0eb01eCopy full SHA for b0eb01e
Cargo.toml
@@ -19,18 +19,6 @@ miniz_oxide.opt-level = 3
19
incremental = true
20
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
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']
35
# rowan = { path = "../rowan" }
36
0 commit comments