From b9fbbb161030160f527154db6befbbdf336a173e Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 21 May 2026 15:47:03 -0400 Subject: [PATCH] Do not restrict parallelism on `Makefile` Signed-off-by: Juan Cruz Viotti --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 473512f0..e91b01fa 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ configure: .always compile: .always $(CMAKE) --build ./build --config $(PRESET) --target clang_format - $(CMAKE) --build ./build --config $(PRESET) --parallel 4 + $(CMAKE) --build ./build --config $(PRESET) $(CMAKE) --install ./build --prefix ./build/dist --config $(PRESET) --verbose \ --component sourcemeta_core $(CMAKE) --install ./build --prefix ./build/dist --config $(PRESET) --verbose \