summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2022-12-01 22:03:37 -0500
committerGitHub <noreply@github.com>2022-12-01 19:03:37 -0800
commit6ba4e6c4dc2e40543fc8c0ab71116d9856a0092b (patch)
treeaa4e6f42e07132e876a6571e10f9bdb79df61a69 /premake5.lua
parente7df8538eb8f0ed06f0838d946bec8e9e0fe0985 (diff)
Enable multithread build in premake (#2545)
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua
index 85532a07f..f8c768ebb 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -292,6 +292,8 @@ newoption {
location(buildLocation)
end
+ flags "MultiProcessorCompile"
+
--
-- Make slang-test the startup project.
--