File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 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 }
1818panic_abort = { path = " ../libpanic_abort" }
1919core = { path = " ../libcore" }
2020libc = { path = " ../rustc/libc_shim" }
21- compiler_builtins = { path = " ../rustc/compiler_builtins_shim" , features = [ " c " ] }
21+ compiler_builtins = { path = " ../rustc/compiler_builtins_shim" }
2222profiler_builtins = { path = " ../libprofiler_builtins" , optional = true }
2323unwind = { path = " ../libunwind" }
2424
@@ -43,9 +43,12 @@ cc = "1.0"
4343build_helper = { path = " ../build_helper" }
4444
4545[features ]
46+ default = [" compiler_builtins_c" ]
47+
4648backtrace = []
4749panic-unwind = [" panic_unwind" ]
4850profiler = [" profiler_builtins" ]
51+ compiler_builtins_c = [" compiler_builtins/c" ]
4952
5053# Make panics and failed asserts immediately abort without formatting any message
5154panic_immediate_abort = [" core/panic_immediate_abort" ]
You can’t perform that action at this time.
0 commit comments