Skip to content

Commit 8f23e3c

Browse files
authored
chore: Force custom cache
1 parent 19891d9 commit 8f23e3c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
local folder, in order to avoid the frozen cache of the runtime's
201201
emsdk.
202202
-->
203-
<PropertyGroup Condition=" '$(WasmCachePath)' == '$(EmscriptenCacheSdkCacheDir)' ">
203+
<PropertyGroup>
204204

205205
<WasmCachePath>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)emsdk-cache'))</WasmCachePath>
206206

src/Uno.Wasm.Sample.RayTracer/Uno.Wasm.Sample.RayTracer.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
<Content Include="app.webmanifest" />
3434
</ItemGroup>
3535

36-
<ItemGroup>
37-
<WasmShellExtraEmccFlags Include="-flto" />
38-
</ItemGroup>
39-
4036
<ItemGroup>
4137
<LinkerDescriptor Include="LinkerConfig.xml" />
4238
<MonoRuntimeMixedModeExcludedAssembly Include="System.Xml.dll" />

0 commit comments

Comments
 (0)