mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Explain how to use parallel compilation in MSVC
This commit is contained in:
parent
39e33d5138
commit
0aa3e78f5c
@ -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%
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user