Explorar o código

Update default maxcpucount in hctbuild (#202)

Quick fix; we tend to be more constrained by memory than cycles in many build configurations, so ease back a bit.
Marcelo Lopez Ruiz %!s(int64=8) %!d(string=hai) anos
pai
achega
6f2f08bac1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/hct/hctbuild.cmd

+ 1 - 1
utils/hct/hctbuild.cmd

@@ -246,7 +246,7 @@ setlocal
 call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %BUILD_TOOLS%
 rem Add /ds for a detailed summary at the end.
 echo Logging to %3\msbuild-log.txt
-MSBuild.exe /nologo /property:Configuration=%1 /property:Platform=%2 /maxcpucount %3\LLVM.sln /consoleloggerparameters:Summary;Verbosity=minimal /fileloggerparameters:LogFile=%3\msbuild-log.txt
+MSBuild.exe /nologo /property:Configuration=%1 /property:Platform=%2 /maxcpucount:2 %3\LLVM.sln /consoleloggerparameters:Summary;Verbosity=minimal /fileloggerparameters:LogFile=%3\msbuild-log.txt
 if NOT "%ERRORLEVEL%"=="0" (
   exit /b 1
 )