Expose a feature to force use of alloc_system, teach rustbuild
This fixes jemalloc-less local rebuilds, where we tell cargo that we're actually stage1
This commit is contained in:
@@ -38,4 +38,5 @@ core = { path = "../../libcore" }
|
||||
backtrace = ["std/backtrace"]
|
||||
debug-jemalloc = ["std/debug-jemalloc"]
|
||||
jemalloc = ["std/jemalloc"]
|
||||
force_alloc_system = ["std/force_alloc_system"]
|
||||
panic-unwind = ["std/panic-unwind"]
|
||||
|
||||
Reference in New Issue
Block a user