Meta: Read MAKEJOBS to limit jobs for ninja in serenity.sh

The default behavior of using all cores will still apply if no
MAKEJOBS variable is supplied.
This commit is contained in:
davidot 2022-02-28 23:56:38 +01:00 committed by Linus Groh
commit 3192cabc0e
Notes: sideshowbarker 2024-07-17 21:16:31 +09:00
2 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,3 @@
include(ProcessorCount)
ProcessorCount(N)
message("${N}")