From acf4a38555b4fd5f90319354178ea66af287f741 Mon Sep 17 00:00:00 2001 From: void_17 Date: Tue, 3 Mar 2026 09:45:52 +0700 Subject: Enable more aggressive optimizations /O2 /Ob3 --- Minecraft.World/Minecraft.World.vcxproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Minecraft.World') diff --git a/Minecraft.World/Minecraft.World.vcxproj b/Minecraft.World/Minecraft.World.vcxproj index 16a93e1a..58880529 100644 --- a/Minecraft.World/Minecraft.World.vcxproj +++ b/Minecraft.World/Minecraft.World.vcxproj @@ -1339,7 +1339,7 @@ Use TurnOffAllWarnings ProgramDatabase - Full + MaxSpeed Sync false $(OutDir)$(ProjectName).pch @@ -1352,6 +1352,10 @@ true Default Speed + true + true + true + /Ob3 true -- cgit v1.2.3