We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7525d57 commit ad5c882Copy full SHA for ad5c882
src/redmuffin.Blazor.Static/redmuffin.Blazor.Static.csproj
@@ -5,14 +5,14 @@
5
</PropertyGroup>
6
7
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
8
- <WasmEnableSIMD>false</WasmEnableSIMD>
+ <!-- <WasmEnableSIMD>false</WasmEnableSIMD> -->
9
<PublishTrimmed>true</PublishTrimmed>
10
<TrimMode>partial</TrimMode>
11
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
12
13
14
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
15
16
17
18
0 commit comments