]> git.lyx.org Git - features.git/commitdiff
Explain how to use parallel compilation in MSVC
authorGeorg Baum <baum@lyx.org>
Tue, 1 Dec 2015 19:55:05 +0000 (20:55 +0100)
committerGeorg Baum <baum@lyx.org>
Tue, 1 Dec 2015 19:55:05 +0000 (20:55 +0100)
development/cmake/build.bat

index 0a2b60933ec83ee2502c26c765b5ac762bc0d93b..25baec0a71049c9bf311772a86e47071faa4827c 100755 (executable)
@@ -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%