Skip to content

Commit 16fc74c

Browse files
committed
give up on trying to fix the assertion failure
1 parent 7d9e26f commit 16fc74c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/liballoc_jemalloc/build.rs

+5-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,11 @@ fn main() {
111111
cmd.arg("--with-jemalloc-prefix=je_");
112112
}
113113

114-
if cfg!(feature = "debug") {
115-
cmd.arg("--enable-debug");
116-
}
114+
// FIXME: building with jemalloc assertions is currently broken.
115+
// See <https://github.com/rust-lang/rust/issues/44152>.
116+
//if cfg!(feature = "debug") {
117+
// cmd.arg("--enable-debug");
118+
//}
117119

118120
cmd.arg(format!("--host={}", build_helper::gnu_target(&target)));
119121
cmd.arg(format!("--build={}", build_helper::gnu_target(&host)));

0 commit comments

Comments
 (0)