public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecat] main: Override latest change| Switch back to GCC
@ 2026-09-21 13:58 Antonio Trande
0 siblings, 0 replies; only message in thread
From: Antonio Trande @ 2026-09-21 13:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/icecat
Branch : main
Commit : 86782f42037d6f29da6221bb7ed83c55ebe2773c
Author : Antonio Trande <sagitter@fedoraproject.org>
Date : 2026-09-21T15:58:27+02:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/icecat/c/86782f42037d6f29da6221bb7ed83c55ebe2773c?branch=main
Log:
Override latest change| Switch back to GCC
---
diff --git a/icecat.spec b/icecat.spec
index 860ee27..3ba782e 100644
--- a/icecat.spec
+++ b/icecat.spec
@@ -99,7 +99,8 @@ ExcludeArch: %{ix86} %{arm}
%endif
# Use clang?
-%bcond_without toolchain_clang
+# Currently broken with PGO enabled
+%bcond_with toolchain_clang
%if %{with toolchain_clang}
%global toolchain clang
@@ -601,7 +602,11 @@ echo "export LLVM_OBJDUMP=llvm-objdump-%{?llvm_suffix}" >> .mozconfig
# Require 4 GB of RAM per CPU core
%global _smp_tasksize_proc 4096
+%if %{?less_optbuild}
echo "mk_add_options MOZ_MAKE_FLAGS=\"-j1\"" >> .mozconfig
+%else
+echo "mk_add_options MOZ_MAKE_FLAGS=\"-j%{_smp_build_ncpus}\"" >> .mozconfig
+%endif
echo "mk_add_options MOZ_SERVICES_SYNC=1" >> .mozconfig
echo "export STRIP=/bin/true" >> .mozconfig
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 13:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 13:58 [rpms/icecat] main: Override latest change| Switch back to GCC Antonio Trande
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox