Global settings¶
For some global options, a default value can be set in a
global settings file. This file is nitrile-settings.yml
and should be located
in the global Nitrile directory.
clm
¶
This field can be used to control the behaviour of
clm
jobs. The following fields
are accepted:
linker
: specify the linker to use (see--clm-linker
)parallel_jobs
: specify how many subprocesses can be used in parallel (see--parallel-jobs
)
For example:
clm:
linker: lld
parallel_jobs: 4