mirror of https://github.com/PCSX2/pcsx2.git
buildbot: default to non avx2 release
This commit is contained in:
parent
db80ff5477
commit
4237ab9925
|
@ -51,8 +51,7 @@
|
||||||
<BaseConfiguration>Debug</BaseConfiguration>
|
<BaseConfiguration>Debug</BaseConfiguration>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ConfigCPU Include="Debug"/>
|
<ConfigCPU Include="Debug AVX2;Debug"/>
|
||||||
<!--ConfigCPU Include="Debug AVX2;Debug"/-->
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
<Target Name="DevelAll">
|
<Target Name="DevelAll">
|
||||||
|
@ -60,8 +59,7 @@
|
||||||
<BaseConfiguration>Devel</BaseConfiguration>
|
<BaseConfiguration>Devel</BaseConfiguration>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ConfigCPU Include="Devel"/>
|
<ConfigCPU Include="Devel AVX2;Devel"/>
|
||||||
<!--ConfigCPU Include="Devel AVX2;Devel"/-->
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
<Target Name="ReleaseAll">
|
<Target Name="ReleaseAll">
|
||||||
|
|
Loading…
Reference in New Issue