commit d636048bf0a174666c0ed9fd9a1d74790d659ab0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Sep 3 21:55:38 2021 +0100
Reduce cores to 6 to increase RAM per task for aarch64 build
chromium-freeworld.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index b5842cd..34c74fd 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -3,6 +3,9 @@
%global freeworld 1
%global menu_name Chromium (Freeworld)
%global xdg_subdir chromium
+%ifarch aarch64
+%global _smp_build_ncpus 6
+%endif
#This can be any folder on out
%global target out/Release
### Google API keys (see
http://www.chromium.org/developers/how-tos/api-keys)