Skip to content

Commit

Permalink
Temporarily disable version checks to get further dotnet#2
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik committed Jun 4, 2024
1 parent fe1e5c6 commit 3f8834f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/browser/browser.proj
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
<EmccStackSize>5MB</EmccStackSize>
</PropertyGroup>
<ItemGroup>
<_EmccLinkFlags Include="-Wno-version-check" />
<_EmccLinkFlags Include="-s INITIAL_MEMORY=$(EmccInitialHeapSize)" />
<_EmccLinkFlags Include="-s STACK_SIZE=$(EmccStackSize)" />
<_EmccCommonFlags Condition="'$(WasmEnableThreads)' == 'true'" Include="-s USE_PTHREADS=1" />
Expand Down

0 comments on commit 3f8834f

Please sign in to comment.