From b9b0c2356bdda109f527a7fe5df26df0d965b63f Mon Sep 17 00:00:00 2001 From: ineed bots Date: Wed, 30 Aug 2023 00:02:58 -0600 Subject: [PATCH] Fix debug build --- deps/premake/libtommath.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deps/premake/libtommath.lua b/deps/premake/libtommath.lua index 4bd3daf..6f1df89 100644 --- a/deps/premake/libtommath.lua +++ b/deps/premake/libtommath.lua @@ -48,6 +48,10 @@ function libtommath.project() warnings "Off" kind "StaticLib" + + filter "configurations:Debug" + buildoptions "/MTd" + optimize "Size" end table.insert(dependencies, libtommath)