Skip to content

Commit 5dac93d

Browse files
committed
[emscripten] Disable jemalloc for emscripten
1 parent ae77410 commit 5dac93d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/sanity.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ pub fn check(build: &mut Build) {
9898
if target.contains("rumprun") ||
9999
target.contains("bitrig") ||
100100
target.contains("openbsd") ||
101-
target.contains("msvc") {
101+
target.contains("msvc") ||
102+
target.contains("emscripten") {
102103
build.config.use_jemalloc = false;
103104
}
104105

0 commit comments

Comments
 (0)