give up on trying to fix the assertion failure

This commit is contained in:
Ralf Jung 2017-08-29 16:09:38 +02:00
parent 7d9e26f788
commit 16fc74c6a2

View File

@ -111,9 +111,11 @@ fn main() {
cmd.arg("--with-jemalloc-prefix=je_");
}
if cfg!(feature = "debug") {
cmd.arg("--enable-debug");
}
// FIXME: building with jemalloc assertions is currently broken.
// See <https://github.com/rust-lang/rust/issues/44152>.
//if cfg!(feature = "debug") {
// cmd.arg("--enable-debug");
//}
cmd.arg(format!("--host={}", build_helper::gnu_target(&target)));
cmd.arg(format!("--build={}", build_helper::gnu_target(&host)));