commit 58fd912a4038650b1c6b2c05791a3dd26aa8f1cf
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Wed Nov 13 18:17:15 2019 +0530
Remove: jumbo build from spec as it is going to get removed!
https://groups.google.com/a/chromium.org/forum/?utm_medium=email&utm_...
chromium-freeworld.spec | 12 ------------
1 file changed, 12 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 2d03e97..cf2338f 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -60,9 +60,6 @@
#Turn on verbose mode
%global debug_logs 0
-#Allow jumbo builds
-# Enabled by default
-%global jumbo 1
#------------------------------------------------------
#Build debug packages for debugging
%global debug_pkg 0
@@ -613,15 +610,6 @@ gn_args+=(
is_clang=false
)
-#Jumbo stuff
-gn_args+=(
-%if %{jumbo}
- use_jumbo_build=true
- jumbo_file_merge_limit=6
- concurrent_links=1
-%endif
-)
-
#Pipewire
gn_args+=(
%if 0%{?fedora} >= 29