Explain how to use parallel compilation in MSVC

This commit is contained in:
Georg Baum 2015-12-01 20:55:05 +01:00
parent 39e33d5138
commit 0aa3e78f5c

View File

@ -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%