mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
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:
parent
7036f8c89c
commit
3192cabc0e
Notes:
sideshowbarker
2024-07-17 21:16:31 +09:00
Author: https://github.com/davidot
Commit: 3192cabc0e
Pull-request: https://github.com/SerenityOS/serenity/pull/12815
Reviewed-by: https://github.com/ADKaster
2 changed files with 9 additions and 2 deletions
3
Meta/CMake/processor-count.cmake
Normal file
3
Meta/CMake/processor-count.cmake
Normal file
|
@ -0,0 +1,3 @@
|
|||
include(ProcessorCount)
|
||||
ProcessorCount(N)
|
||||
message("${N}")
|
Loading…
Add table
Add a link
Reference in a new issue