X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=configure;h=dde17e76d8a865123fc128a0dd94d9a483553464;hb=8b3856b1bc1c23969e5d8983f25cf85698a5c2b1;hp=27e0234a7dee326c6f307051436e40dd3950cbb6;hpb=7b9d6d3bc8730aa565dbb5e285027443696aef0c;p=rust.git diff --git a/configure b/configure index 27e0234a7de..dde17e76d8a 100755 --- a/configure +++ b/configure @@ -1305,6 +1305,12 @@ $ pacman -R cmake && pacman -S mingw-w64-x86_64-cmake putvar CFG_DISABLE_JEMALLOC ;; + *-emscripten) + step_msg "targeting emscripten, disabling jemalloc" + CFG_DISABLE_JEMALLOC=1 + putvar CFG_DISABLE_JEMALLOC + ;; + *) ;; esac