diff --git a/premake5.lua b/premake5.lua index 2ed7043..569ba2d 100644 --- a/premake5.lua +++ b/premake5.lua @@ -248,7 +248,7 @@ if os.getenv("CI") then defines {"CI"} end -flags {"NoIncrementalLink", "NoMinimalRebuild", "MultiProcessorCompile", "No64BitChecks"} +multiprocessorcompile "On" filter "platforms:x64" defines {"_WINDOWS", "WIN32"}