- 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
This commit is contained in:
Wolfgang Rosenauer 2020-11-19 22:03:00 +00:00 committed by Git OBS Bridge
parent 695b9a520a
commit 75f3df970c
2 changed files with 2 additions and 1 deletions

View File

@ -66,6 +66,7 @@ Sun Nov 15 12:16:53 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
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 <wr@rosenauer.org>

View File

@ -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