give up on trying to fix the assertion failure
This commit is contained in:
parent
7d9e26f788
commit
16fc74c6a2
@ -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)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user