From e17e28529795dd455b17c1205f669370a8bd435e Mon Sep 17 00:00:00 2001 From: JHeflinger Date: Fri, 7 Apr 2023 13:57:49 -0400 Subject: [PATCH] updated premake --- premake5.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/premake5.lua b/premake5.lua index 234d949..a288ad2 100644 --- a/premake5.lua +++ b/premake5.lua @@ -26,13 +26,13 @@ project "yaml-cpp" filter "system:windows" systemversion "latest" cppdialect "C++17" - staticruntime "on" + staticruntime "off" filter "system:linux" pic "On" systemversion "latest" cppdialect "C++17" - staticruntime "on" + staticruntime "off" filter "configurations:Debug" runtime "Debug"