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" filter "system:windows"
buildoptions "/MDd" buildoptions "/MT"
defines defines
{ {
"BK_PLATFORM_WINDOWS" "BK_PLATFORM_WINDOWS"
@ -33,6 +33,7 @@ project "bakatools"
{ {
"BK_PLATFORM_LINUX" "BK_PLATFORM_LINUX"
} }
filter "configurations:Debug" filter "configurations:Debug"
--buildoptions { "-Wall", "-Wextra" } --buildoptions { "-Wall", "-Wextra" }

Loading…
Cancel
Save