maint: fix release

This commit is contained in:
Rim 2024-05-16 17:18:27 -04:00
parent 7e95b5a362
commit 0fb9cf5398
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
@echo off @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 pause

View File

@ -88,6 +88,7 @@ workspace "shield-development"
linkoptions { "/IGNORE:4702", "/LTCG" } linkoptions { "/IGNORE:4702", "/LTCG" }
defines {"NDEBUG"} defines {"NDEBUG"}
flags {"FatalCompileWarnings"} flags {"FatalCompileWarnings"}
warnings "off"
filter {} filter {}
filter "configurations:Debug" filter "configurations:Debug"