Merge pull request #132 from alterware/ci/update-premake5

chore: update Premake5
This commit is contained in:
2026-01-28 16:51:09 +01:00
committed by GitHub
parent 4cc556a4a0
commit 24e6f5e8f1
3 changed files with 47 additions and 15 deletions

View File

@@ -102,7 +102,7 @@ if os.getenv("CI") then
defines "CI"
end
flags {"NoIncrementalLink", "NoMinimalRebuild", "MultiProcessorCompile", "No64BitChecks"}
multiprocessorcompile "On"
filter "configurations:release"
optimize "Size"