mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
msvc: Disable optimisations
See: https://github.com/actions/runner-images/issues/12470
This commit is contained in:
parent
1660dc24b3
commit
276689217c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<PropertyGroup />
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<Optimization>Full</Optimization>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue