From 3f24d52ee3e13622cf320df28382582cabaf3c72 Mon Sep 17 00:00:00 2001 From: Revela Date: Sun, 15 Mar 2026 07:37:07 -0500 Subject: [PATCH] Prepare project for release build Updated `` to include `NDEBUG`, indicating that debugging code will be excluded from the build. This change is part of the preparation for a release version of the project. --- Minecraft.Client/Minecraft.Client.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Minecraft.Client.vcxproj b/Minecraft.Client/Minecraft.Client.vcxproj index d97cbc38..a2cfe7b1 100644 --- a/Minecraft.Client/Minecraft.Client.vcxproj +++ b/Minecraft.Client/Minecraft.Client.vcxproj @@ -1791,7 +1791,7 @@ xcopy /q /y /i /s /e $(ProjectDir)DurangoMedia\CU $(LayoutDir)Image\Loose\CUfalse $(OutDir)$(ProjectName).pch MultiThreaded - _LARGE_WORLDS;_DEBUG_MENUS_ENABLED;_CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;_WINDOWS64;%(PreprocessorDefinitions) + _LARGE_WORLDS;_DEBUG_MENUS_ENABLED;_CRT_NON_CONFORMING_SWPRINTFS;_CRT_SECURE_NO_WARNINGS;_WINDOWS64;NDEBUG;%(PreprocessorDefinitions) Disabled Windows64\Iggy\include;$(ProjectDir);$(ProjectDir)..\include\;%(AdditionalIncludeDirectories) true