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:
Aidan Hobson Sayers
2017-01-15 22:33:58 +00:00
parent b0c52c587f
commit 70d2372ada
4 changed files with 17 additions and 5 deletions

View File

@@ -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"]