mirror of
https://github.com/libretro/pcsx2.git
synced 2024-11-23 17:29:46 +00:00
buildbot: default to non avx2 release
This commit is contained in:
parent
db80ff5477
commit
4237ab9925
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user