Skip to content

Commit 8aa39ad

Browse files
committedJun 25, 2017
Stop disabling fill in jemalloc
The underlying bug has been fixed for over 2 years!
1 parent bc9822a commit 8aa39ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/liballoc_jemalloc/build.rs

-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ fn main() {
137137
cmd.arg("--enable-debug");
138138
}
139139

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

0 commit comments

Comments
 (0)
Please sign in to comment.