File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -40,31 +40,15 @@ unstable-features = ["jit", "inline_asm"]
40
40
jit = [" cranelift-jit" , " libloading" ]
41
41
inline_asm = []
42
42
43
- [profile .dev ]
44
- # By compiling dependencies with optimizations, performing tests gets much faster.
45
- opt-level = 3
46
-
47
- [profile .dev .package .rustc_codegen_cranelift ]
48
- # Disabling optimizations for cg_clif itself makes compilation after a change faster.
49
- opt-level = 0
50
-
51
43
[profile .release .package .rustc_codegen_cranelift ]
52
44
incremental = true
53
45
54
46
# Disable optimizations and debuginfo of build scripts and some of the heavy build deps, as the
55
47
# execution time of build scripts is so fast that optimizing them slows down the total build time.
56
- [profile .dev .build-override ]
57
- opt-level = 0
58
- debug = false
59
-
60
48
[profile .release .build-override ]
61
49
opt-level = 0
62
50
debug = false
63
51
64
- [profile .dev .package .cranelift-codegen-meta ]
65
- opt-level = 0
66
- debug = false
67
-
68
52
[profile .release .package .cranelift-codegen-meta ]
69
53
opt-level = 0
70
54
debug = false
You can’t perform that action at this time.
0 commit comments