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.
1 parent 882c390 commit f449c0dCopy full SHA for f449c0d
Cargo.toml
@@ -41,15 +41,5 @@ unstable-features = ["jit", "inline_asm"]
41
jit = ["cranelift-jit", "libloading"]
42
inline_asm = []
43
44
-# Disable optimizations and debuginfo of build scripts and some of the heavy build deps, as the
45
-# execution time of build scripts is so fast that optimizing them slows down the total build time.
46
-[profile.release.build-override]
47
-opt-level = 0
48
-debug = false
49
-
50
-[profile.release.package.cranelift-codegen-meta]
51
52
53
54
[package.metadata.rust-analyzer]
55
rustc_private = true
0 commit comments