Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlateralusX <lateralusx.github@gmail.com>2018-11-13 16:44:52 +0300
committerlateralusX <lateralusx.github@gmail.com>2018-11-13 16:44:52 +0300
commit2ba737914eb6c167fd385cdfe088daa32cf0c791 (patch)
treee960da9c22a35e9d0bfa9bd7efe58bff664109f9 /msvc/build-external-llvm.bat
parent0227590612a98ab2b832ea063eceb4a0441c62ef (diff)
Use one msbuild worker as default for LLVM/BTLS Visual Studio build.
Diffstat (limited to 'msvc/build-external-llvm.bat')
-rw-r--r--msvc/build-external-llvm.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/build-external-llvm.bat b/msvc/build-external-llvm.bat
index 5ff55ff09df..863dd9ddca2 100644
--- a/msvc/build-external-llvm.bat
+++ b/msvc/build-external-llvm.bat
@@ -226,7 +226,7 @@ if /i "%CMAKE_GENERATOR%" == "ninja" (
)
) else (
:: Build LLVM using msbuild build system.
- call "%MSBUILD%" llvm.sln /p:Configuration=%VS_CONFIGURATION% /p:Platform=%VS_PLATFORM% /t:%VS_TARGET% /v:m /nologo /m:4 || (
+ call "%MSBUILD%" llvm.sln /p:Configuration=%VS_CONFIGURATION% /p:Platform=%VS_PLATFORM% /t:%VS_TARGET% /v:m /nologo || (
goto ON_ERROR
)
)