]> git.lizzy.rs Git - rust.git/blobdiff - configure
[breaking-change] don't glob export ast::StrStyle variants
[rust.git] / configure
index 27e0234a7dee326c6f307051436e40dd3950cbb6..dde17e76d8a865123fc128a0dd94d9a483553464 100755 (executable)
--- 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