From: Georg Baum Date: Tue, 1 Dec 2015 19:55:05 +0000 (+0100) Subject: Explain how to use parallel compilation in MSVC X-Git-Tag: testtag~117 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0aa3e78f5c7c80e85b4d4b77065dab304b2bb646;p=lyx.git Explain how to use parallel compilation in MSVC --- 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%