Skip to content

Commit 635cb31

Browse files
committed
Link to alloc_system by default
1 parent bef62cc commit 635cb31

File tree

1 file changed

+2
-1
lines changed
  • src/librustc_target/spec

1 file changed

+2
-1
lines changed

src/librustc_target/spec/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,8 @@ impl ToJson for Target {
12721272

12731273
fn maybe_jemalloc() -> Option<String> {
12741274
if cfg!(feature = "jemalloc") {
1275-
Some("alloc_jemalloc".to_string())
1275+
None
1276+
// Some("alloc_jemalloc".to_string())
12761277
} else {
12771278
None
12781279
}

0 commit comments

Comments
 (0)