diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-09 10:08:08 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-09 10:08:08 +0900 |
| commit | 237e793895d276f9b78195ed59f36c15c8b5d86f (patch) | |
| tree | 9ad5cba55564471880183b8039ef10de8bb51e43 /internal/rosa/package/ninja.az | |
| parent | 6cfd8fb93484b5683f4a59f84b5bf5b0dde208a2 (diff) | |
internal/rosa: respect preferred loadavg target
This generally improves build performance and system responsiveness.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/ninja.az')
| -rw-r--r-- | internal/rosa/package/ninja.az | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/package/ninja.az b/internal/rosa/package/ninja.az index 2eb7694b..cb103656 100644 --- a/internal/rosa/package/ninja.az +++ b/internal/rosa/package/ninja.az @@ -23,7 +23,7 @@ python3 /usr/src/ninja/configure.py \ --bootstrap python3 /usr/src/ninja/configure.py \ --gtest-source-dir=/usr/src/extra/googletest -./ninja ` + jobsFlagE + ` all +./ninja ` + jobsFlagE + ` ` + loadFlagE + ` all `; check = "./ninja_test"; |
