Skip to content

Commit ad5c882

Browse files
authored
Enable SIMD
1 parent 7525d57 commit ad5c882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/redmuffin.Blazor.Static/redmuffin.Blazor.Static.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
</PropertyGroup>
66

77
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
8-
<WasmEnableSIMD>false</WasmEnableSIMD>
8+
<!-- <WasmEnableSIMD>false</WasmEnableSIMD> -->
99
<PublishTrimmed>true</PublishTrimmed>
1010
<TrimMode>partial</TrimMode>
1111
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
1212
</PropertyGroup>
1313

1414
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
15-
<WasmEnableSIMD>false</WasmEnableSIMD>
15+
<!-- <WasmEnableSIMD>false</WasmEnableSIMD> -->
1616
<PublishTrimmed>true</PublishTrimmed>
1717
<TrimMode>partial</TrimMode>
1818
</PropertyGroup>

0 commit comments

Comments
 (0)