Skip to content

Commit

Permalink
Link to alloc_system by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 19, 2018
1 parent bef62cc commit 635cb31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustc_target/spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,8 @@ impl ToJson for Target {

fn maybe_jemalloc() -> Option<String> {
if cfg!(feature = "jemalloc") {
Some("alloc_jemalloc".to_string())
None
// Some("alloc_jemalloc".to_string())
} else {
None
}
Expand Down

0 comments on commit 635cb31

Please sign in to comment.