[emscripten] Disable jemalloc for emscripten
This commit is contained in:
parent
ae77410350
commit
5dac93d59c
@ -98,7 +98,8 @@ pub fn check(build: &mut Build) {
|
||||
if target.contains("rumprun") ||
|
||||
target.contains("bitrig") ||
|
||||
target.contains("openbsd") ||
|
||||
target.contains("msvc") {
|
||||
target.contains("msvc") ||
|
||||
target.contains("emscripten") {
|
||||
build.config.use_jemalloc = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user