commit 8ca0bb77a9b10192318405a5cc41cd4027d3cb33
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Tue Jan 25 16:28:11 2022 +0100
Try increasing SMP to -j6 for the next build.
(in an attempt to reduce the build time from currently 14 hours to
something more reasonable). This matches what chromium-freeworld is
currently using. If it fails, I will try -j4, and if it still fails,
back to -j2.
qt5-qtwebengine-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 2fc8f65..2db7549 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -45,7 +45,7 @@
# reduce debug info even for the Qt parts to a minimum
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
# tune down SMP to reduce memory use further
-%global _smp_build_ncpus 2
+%global _smp_build_ncpus 6
%else
%global debug_config force_debug_info
# webcore_debug v8base_debug
Show replies by date