Skip to content

Commit 3f8834f

Browse files
committed
Temporarily disable version checks to get further #2
1 parent fe1e5c6 commit 3f8834f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mono/browser/browser.proj

+1
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
<EmccStackSize>5MB</EmccStackSize>
275275
</PropertyGroup>
276276
<ItemGroup>
277+
<_EmccLinkFlags Include="-Wno-version-check" />
277278
<_EmccLinkFlags Include="-s INITIAL_MEMORY=$(EmccInitialHeapSize)" />
278279
<_EmccLinkFlags Include="-s STACK_SIZE=$(EmccStackSize)" />
279280
<_EmccCommonFlags Condition="'$(WasmEnableThreads)' == 'true'" Include="-s USE_PTHREADS=1" />

0 commit comments

Comments
 (0)