buildbot: default to non avx2 release

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2021-06-19 10:15:22 +02:00 committed by Kojin
parent db80ff5477
commit 4237ab9925
1 changed files with 2 additions and 4 deletions

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">