From 0aa3e78f5c7c80e85b4d4b77065dab304b2bb646 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Tue, 1 Dec 2015 20:55:05 +0100 Subject: [PATCH] Explain how to use parallel compilation in MSVC --- development/cmake/build.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/development/cmake/build.bat b/development/cmake/build.bat index 0a2b60933e..25baec0a71 100755 --- a/development/cmake/build.bat +++ b/development/cmake/build.bat @@ -27,6 +27,10 @@ if [%1]==[] ( goto :eof ) +REM Uncomment the following line if you want to compile in parallel. +REM This uses N cl.exe processes, where N is the number of cores. +REM set CL=/MP + REM Save path set CALLED_FROM=%CD% -- 2.39.5