Doc: Add info about setting the -j option for parallel builds

...on Linux and macOS

Change-Id: Ica8a4714a1f1fa50200613c02b174ae3cc53810c
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2018-10-23 17:25:17 +02:00
parent d1430c9542
commit 075ead9cd9
2 changed files with 6 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -163,6 +163,12 @@
the build step and add a custom build step that specifies another shell the build step and add a custom build step that specifies another shell
command. command.
By default, \QC uses all the CPU cores available to achieve maximum build
parallelization. On Linux and \macos, you can specify the number of parallel
jobs to use for building in the \uicontrol {Parallel jobs} field. Select the
\uicontrol {Override MAKEFLAGS} check box to override existing MAKEFLAGS
variables.
To generate debug symbols also for applications compiled in release mode, To generate debug symbols also for applications compiled in release mode,
select the \uicontrol {Generate separate debug info} check box. For more select the \uicontrol {Generate separate debug info} check box. For more
information, see \l{Using the Performance Analyzer}. information, see \l{Using the Performance Analyzer}.