File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ panic_unwind = { path = "../libpanic_unwind", optional = true }
18
18
panic_abort = { path = " ../libpanic_abort" }
19
19
core = { path = " ../libcore" }
20
20
libc = { path = " ../rustc/libc_shim" }
21
- compiler_builtins = { path = " ../rustc/compiler_builtins_shim" , features = [ " c " ] }
21
+ compiler_builtins = { path = " ../rustc/compiler_builtins_shim" }
22
22
profiler_builtins = { path = " ../libprofiler_builtins" , optional = true }
23
23
unwind = { path = " ../libunwind" }
24
24
@@ -43,9 +43,12 @@ cc = "1.0"
43
43
build_helper = { path = " ../build_helper" }
44
44
45
45
[features ]
46
+ default = [" compiler_builtins_c" ]
47
+
46
48
backtrace = []
47
49
panic-unwind = [" panic_unwind" ]
48
50
profiler = [" profiler_builtins" ]
51
+ compiler_builtins_c = [" compiler_builtins/c" ]
49
52
50
53
# Make panics and failed asserts immediately abort without formatting any message
51
54
panic_immediate_abort = [" core/panic_immediate_abort" ]
You can’t perform that action at this time.
0 commit comments