提交 3bfc18a9 编写于 作者: B bors

Auto merge of #42900 - sfackler:jemalloc-tweak, r=alexcrichton

Stop disabling fill in jemalloc

The underlying bug has been fixed for over 2 years!

r? @alexcrichton
......@@ -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)));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册