[wasm] Configure the wasm target runtime using --with-lazy-gc-… (#34878)
authorZoltan Varga <vargaz@gmail.com>
Mon, 13 Apr 2020 07:18:50 +0000 (03:18 -0400)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2020 07:18:50 +0000 (09:18 +0200)
This flag got lost in the move to mono.proj.

src/mono/mono.proj

index 5906a2a..8f2ee64 100644 (file)
       <_MonoConfigureParams Include="--disable-mcs-build" />
       <_MonoConfigureParams Include="--disable-nls" />
       <_MonoConfigureParams Include="--disable-visibility-hidden" />
+      <_MonoConfigureParams Include="--with-lazy-gc-thread-creation=yes" />
       <_MonoConfigureParams Include="--enable-maintainer-mode" />
       <_MonoConfigureParams Include="--enable-llvm-runtime"/>
       <_MonoConfigureParams Include="--enable-icall-export"/>