From 75f3df970c68e242fe30613f96924234abba5a5482d686bbba2a7271e9e634cd Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Thu, 19 Nov 2020 22:03:00 +0000 Subject: [PATCH] - switch to build with clang (as gcc produces only ICEs on TW) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=872 --- MozillaFirefox.changes | 1 + MozillaFirefox.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index da01ad63..abbf8415 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -66,6 +66,7 @@ Sun Nov 15 12:16:53 UTC 2020 - Wolfgang Rosenauer NSS >= 3.58 nodejs >= 10.22.1 - removed obsolete mozilla-ppc-altivec_static_inline.patch +- switch to build with clang (as gcc produces only ICEs on TW) ------------------------------------------------------------------- Mon Nov 9 10:15:52 UTC 2020 - Wolfgang Rosenauer diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index e543fd7f..bdae17f8 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -41,7 +41,7 @@ %define do_profiling 0 # upstream default is clang (to use gcc for large parts set to 0) -%define clang_build 0 +%define clang_build 1 # PIE, full relro %define build_hardened 1