maint: update Premake5
All checks were successful
check-formatting / check-formatting (push) Successful in 3m16s

This commit is contained in:
6arelyFuture 2025-04-11 10:45:25 +02:00
parent eb318d32c5
commit 8f18f193eb
Signed by: Future
GPG Key ID: F2000F181A4F7C85

View File

@ -250,7 +250,7 @@ filter "configurations:Release"
buildoptions {"/GL"} buildoptions {"/GL"}
linkoptions {"/IGNORE:4702", "/LTCG"} linkoptions {"/IGNORE:4702", "/LTCG"}
defines {"NDEBUG"} defines {"NDEBUG"}
flags {"FatalCompileWarnings"} fatalwarnings {"All"}
filter {} filter {}
filter "configurations:Debug" filter "configurations:Debug"