mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Reduce required instruction set to SSE2 in winmain.cpp.
This commit is contained in:
parent
ddf889e8bc
commit
7fc1729f3b
@ -110,7 +110,10 @@
|
||||
<ClCompile Include="..\..\src\imgui_freetype.cpp" />
|
||||
<ClCompile Include="..\..\src\imgui_impl_glfw_gl3.cpp" />
|
||||
<ClCompile Include="..\..\src\main.cpp" />
|
||||
<ClCompile Include="..\..\src\winmain.cpp" />
|
||||
<ClCompile Include="..\..\src\winmain.cpp">
|
||||
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotSet</EnableEnhancedInstructionSet>
|
||||
<EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotSet</EnableEnhancedInstructionSet>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\common\TracyAlign.hpp" />
|
||||
|
Loading…
Reference in New Issue
Block a user