We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 686ec28 + 8aa39ad commit 3bfc18aCopy full SHA for 3bfc18a
src/liballoc_jemalloc/build.rs
@@ -137,8 +137,6 @@ fn main() {
137
cmd.arg("--enable-debug");
138
}
139
140
- // Turn off broken quarantine (see jemalloc/jemalloc#161)
141
- cmd.arg("--disable-fill");
142
cmd.arg(format!("--host={}", build_helper::gnu_target(&target)));
143
cmd.arg(format!("--build={}", build_helper::gnu_target(&host)));
144
0 commit comments