Skip to content

Commit

Permalink
turn off aot for browser
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 15, 2023
1 parent 7b76cac commit 9ed4d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-onewarestudio-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: dotnet workload restore
- name: Publish
run: dotnet publish ./demo/OneWare.Demo.Browser/OneWare.Demo.Browser.csproj -c Release
- name: 📂 Sync files
- name: Sync files
uses: SamKirkland/[email protected]
with:
server: w01e537f.kasserver.com
Expand Down
3 changes: 1 addition & 2 deletions demo/OneWare.Demo.Browser/OneWare.Demo.Browser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<RunAOTCompilation>true</RunAOTCompilation>
<RunAOTCompilation>false</RunAOTCompilation>
<PublishTrimmed>false</PublishTrimmed>
<TrimMode>full</TrimMode>
<WasmBuildNative>true</WasmBuildNative>
<InvariantGlobalization>true</InvariantGlobalization>
<EmccCompileOptimizationFlag>-O2</EmccCompileOptimizationFlag>
<EmccLinkOptimizationFlag>-O2</EmccLinkOptimizationFlag>
<EmccInitialHeapSize>64mb</EmccInitialHeapSize>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9ed4d76

Please sign in to comment.