We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1e5c6 commit 3f8834fCopy full SHA for 3f8834f
src/mono/browser/browser.proj
@@ -274,6 +274,7 @@
274
<EmccStackSize>5MB</EmccStackSize>
275
</PropertyGroup>
276
<ItemGroup>
277
+ <_EmccLinkFlags Include="-Wno-version-check" />
278
<_EmccLinkFlags Include="-s INITIAL_MEMORY=$(EmccInitialHeapSize)" />
279
<_EmccLinkFlags Include="-s STACK_SIZE=$(EmccStackSize)" />
280
<_EmccCommonFlags Condition="'$(WasmEnableThreads)' == 'true'" Include="-s USE_PTHREADS=1" />
0 commit comments