|
Ninja
|
Options (e.g. verbosity, parallelism) passed to a build. More...
#include <build.h>
Public Types | |
| enum | Verbosity { QUIET , NO_STATUS_UPDATE , NORMAL , VERBOSE } |
Public Member Functions | |
| BuildConfig ()=default | |
Public Attributes | |
| DepfileParserOptions | depfile_parser_options |
| bool | disable_jobserver_client = false |
| bool | dry_run = false |
| int | failures_allowed = 1 |
| double | max_load_average = -0.0f |
| The maximum load average we must not exceed. | |
| int | parallelism = 1 |
| Verbosity | verbosity = NORMAL |
|
default |
| DepfileParserOptions BuildConfig::depfile_parser_options |
| double BuildConfig::max_load_average = -0.0f |
Definition at line 185 of file build.h.
Referenced by BuildTest::MakeConfig().