From 16bd53b5aa010e3b80d7f15ac924bd1c97be72c0 Mon Sep 17 00:00:00 2001 From: frysee Date: Tue, 13 May 2025 00:20:51 +0200 Subject: [PATCH] Remove fixed core count, see if we can get away with unlimited --- workspace/all/cores/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/all/cores/makefile b/workspace/all/cores/makefile index e5dfce293..4d8973ac1 100644 --- a/workspace/all/cores/makefile +++ b/workspace/all/cores/makefile @@ -20,7 +20,7 @@ endif # this logic was broken out from picoarch's all-in-one makefile PATCH = git apply -PROCS = -j4 +PROCS = -j ###############################