buildbot: default to non avx2 release

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech
2021-07-03 18:16:11 -04:00
committed by Kojin
parent db80ff5477
commit 4237ab9925
+2 -4
View File
@@ -51,8 +51,7 @@
<BaseConfiguration>Debug</BaseConfiguration>
</PropertyGroup>
<ItemGroup>
<ConfigCPU Include="Debug"/>
<!--ConfigCPU Include="Debug AVX2;Debug"/-->
<ConfigCPU Include="Debug AVX2;Debug"/>
</ItemGroup>
</Target>
<Target Name="DevelAll">
@@ -60,8 +59,7 @@
<BaseConfiguration>Devel</BaseConfiguration>
</PropertyGroup>
<ItemGroup>
<ConfigCPU Include="Devel"/>
<!--ConfigCPU Include="Devel AVX2;Devel"/-->
<ConfigCPU Include="Devel AVX2;Devel"/>
</ItemGroup>
</Target>
<Target Name="ReleaseAll">