FreeCAD-Doc/localwiki/Compiling_(Speeding_up)-ro.html
2018-07-19 18:47:02 -05:00

43 lines
2.2 KiB
HTML

<html><head><title>Compiling (Speeding up)/ro</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Compiling (Speeding up)/ro</h1></div>
<div id="mw-content-text" lang="ro" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><p>When developing FreeCAD one needs to build from source and the compiling/build phase can start eating in to precious development time. Here are some tips to shorten that process and make build times more efficient.
</p>
<div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#CCache"><span class="tocnumber">1</span> <span class="toctext">CCache</span></a></li>
<li class="toclevel-1 tocsection-2"><a href="#Disable_Modules"><span class="tocnumber">2</span> <span class="toctext">Disable Modules</span></a></li>
<li class="toclevel-1 tocsection-3"><a href="#make_-j"><span class="tocnumber">3</span> <span class="toctext">make -j</span></a></li>
<li class="toclevel-1 tocsection-4"><a href="#distcc"><span class="tocnumber">4</span> <span class="toctext">distcc</span></a></li>
</ul>
</div>
<h3><span class="mw-headline" id="CCache">CCache</span></h3>
<p>Install ccache to cache builds
</p>
<h3><span class="mw-headline" id="Disable_Modules">Disable Modules</span></h3>
<p>Use cmake-curses-gui, cmake-qt-gui, or cmake flags to disable modules you aren't working on
</p>
<h3><span class="mw-headline" id="make_-j">make -j</span></h3>
<p>Use make -j # to specify the number of jobs. A suggested value is your number of computer cores, e.g.
</p>
<pre>make -j $(nproc)</pre>
<h3><span class="mw-headline" id="distcc">distcc</span></h3>
<p>Distcc can be used for distributed compilation on a network.
</p>
<div style="clear:both"></div>
</div>
</div>
</div><div class="printfooter">
Online version: "<a dir="ltr" href="http://www.freecadweb.org/wiki/index.php?title=Compiling_(Speeding_up)/ro&amp;oldid=237297">http://www.freecadweb.org/wiki/index.php?title=Compiling_(Speeding_up)/ro&amp;oldid=237297</a>"</div>
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
</div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
</body></html>