diff --git a/build/premake/premake5.lua b/build/premake/premake5.lua index 4d8ee46fad..221317b65c 100644 --- a/build/premake/premake5.lua +++ b/build/premake/premake5.lua @@ -186,6 +186,8 @@ function project_set_build_flags() -- various platform-specific build flags if os.istarget("windows") then + flags { "MultiProcessorCompile" } + -- use native wchar_t type (not typedef to unsigned short) nativewchar "on"