Fixed build error on windows debug and release

main
Ambigapathy Vinayak ago%!(EXTRA string=11 months)
parent a0273cc20d
commit 36c1120674
  1. 3
      premake5.lua

@ -22,7 +22,7 @@ project "bakatools"
}
filter "system:windows"
buildoptions "/MDd"
buildoptions "/MT"
defines
{
"BK_PLATFORM_WINDOWS"
@ -33,6 +33,7 @@ project "bakatools"
{
"BK_PLATFORM_LINUX"
}
filter "configurations:Debug"
--buildoptions { "-Wall", "-Wextra" }

Loading…
Cancel
Save