Skip to content

Commit

Permalink
Auto merge of #42900 - sfackler:jemalloc-tweak, r=alexcrichton
Browse files Browse the repository at this point in the history
Stop disabling fill in jemalloc

The underlying bug has been fixed for over 2 years!

r? @alexcrichton
  • Loading branch information
bors committed Jun 29, 2017
2 parents 686ec28 + 8aa39ad commit 3bfc18a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/liballoc_jemalloc/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ fn main() {
cmd.arg("--enable-debug");
}

// Turn off broken quarantine (see jemalloc/jemalloc#161)
cmd.arg("--disable-fill");
cmd.arg(format!("--host={}", build_helper::gnu_target(&target)));
cmd.arg(format!("--build={}", build_helper::gnu_target(&host)));

Expand Down

0 comments on commit 3bfc18a

Please sign in to comment.