diff --git a/build.bat b/build.bat index 4927672..4066fa9 100644 --- a/build.bat +++ b/build.bat @@ -1,5 +1,5 @@ @echo off -"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" build\shield-development.sln /p:Configuration=Debug /p:Platform=x64 +"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" build\shield-development.sln /p:Configuration=Release /p:Platform=x64 pause \ No newline at end of file diff --git a/premake5.lua b/premake5.lua index 03a68bb..5eca082 100644 --- a/premake5.lua +++ b/premake5.lua @@ -88,6 +88,7 @@ workspace "shield-development" linkoptions { "/IGNORE:4702", "/LTCG" } defines {"NDEBUG"} flags {"FatalCompileWarnings"} + warnings "off" filter {} filter "configurations:Debug"