Skip to content

Commit

Permalink
give up on trying to fix the assertion failure
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 29, 2017
1 parent 7d9e26f commit 16fc74c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/liballoc_jemalloc/build.rs
Expand Up @@ -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)));
Expand Down

0 comments on commit 16fc74c

Please sign in to comment.