mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-25 01:33:50 +00:00
Enable Whole Program Optimization in Release mode
This noticeably improves FPS
This commit is contained in:
parent
a5e3cb04b3
commit
ccebb87ca7
2 changed files with 4 additions and 1 deletions
|
|
@ -307,6 +307,7 @@
|
|||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue