Skip to content

Commit

Permalink
Merge branch 'main' into niels9001/labs-token
Browse files Browse the repository at this point in the history
  • Loading branch information
niels9001 authored Nov 6, 2023
2 parents a77a6df + de5c249 commit 370bcff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ProjectHeads/App.Head.Wasm.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@

<ItemGroup Condition="'$(Configuration)'=='Release'">
<WasmShellEnableAotProfile Condition="Exists('aot.profile')" Include="aot.profile" />
<WasmShellExtraEmccFlags Include="-lidbfs.js" />

<!-- https://platform.uno/docs/articles/external/uno.wasm.bootstrap/doc/features-4gb.html -->
<WasmShellExtraEmccFlags Include="-s MAXIMUM_MEMORY=4GB"/>
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">

<!-- Debugger support https://platform.uno/docs/articles/external/uno.wasm.bootstrap/doc/debugger-support.html -->
<MonoRuntimeDebuggerEnabled>true</MonoRuntimeDebuggerEnabled>
<DefineConstants>$(DefineConstants);TRACE;DEBUG</DefineConstants>
Expand Down

0 comments on commit 370bcff

Please sign in to comment.