mirror of https://github.com/PCSX2/pcsx2.git
buildbot: change default target because of sse2 purge
This commit is contained in:
parent
87daea8a06
commit
970dfb9cfd
|
@ -53,7 +53,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ConfigCPU Include="Debug"/>
|
||||
<!--ConfigCPU Include="Debug AVX2;Debug SSE4"/-->
|
||||
<!--ConfigCPU Include="Debug AVX2;Debug"/-->
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
<Target Name="DevelAll">
|
||||
|
@ -62,7 +62,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ConfigCPU Include="Devel"/>
|
||||
<!--ConfigCPU Include="Devel AVX2;Devel SSE4"/-->
|
||||
<!--ConfigCPU Include="Devel AVX2;Devel"/-->
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
<Target Name="ReleaseAll">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<BaseConfiguration>Release</BaseConfiguration>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ConfigCPU Include="Release AVX2;Release SSE4"/>
|
||||
<ConfigCPU Include="Release AVX2;Release"/>
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue