mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Support for parallel compilation (/MP) when using the VS IDE.
Patch by Erik Olofsson! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126847 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -452,6 +452,22 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="doc_subsection">
|
||||
<a name="msvc">Microsoft Visual C++</a>
|
||||
</div>
|
||||
|
||||
<div class="doc_text">
|
||||
|
||||
<dl>
|
||||
<dt><b>LLVM_COMPILER_JOBS</b>:STRING</dt>
|
||||
<dd>Specifies the maximum number of parallell compiler jobs to use
|
||||
per project when building with msbuild or Visual Studio. Only supported for
|
||||
Visual Studio 2008 and Visual Studio 2010 CMake generators. 0 means use all
|
||||
processors. Default is 0.</dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- *********************************************************************** -->
|
||||
|
||||
<hr>
|
||||
|
Reference in New Issue
Block a user