]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/install/building/building-in-parallel.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / install / building / building-in-parallel.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6Building in parallel
7********************
8
9GNU Make 3.80 and above, which is necessary to build GCC, support
10building in parallel. To activate this, you can use :samp:`make -j 2`
11instead of :samp:`make`. You can also specify a bigger number, and
12in most cases using a value greater than the number of processors in
13your machine will result in fewer and shorter I/O latency hits, thus
14improving overall throughput; this is especially true for slow drives
3ed1b4ce 15and network filesystems.