From 5ef499faa4d9f4824939017190e6d1d14103413b1434b19df207b4867fec16aa Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Fri, 11 Aug 2023 14:23:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1096 --- MozillaFirefox.spec | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 3a309568..870ca8e1 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -380,9 +380,6 @@ export CXX=g++-12 %if 0%{?clang_build} == 0 export CC=gcc export CXX=g++ -%if 0%{?gcc_version:%{gcc_version}} >= 12 -#export CXXFLAGS="\$CXXFLAGS -fimplicit-constexpr" -%endif %endif %endif %ifarch %arm %ix86 @@ -393,9 +390,6 @@ export GC_SECTIONS_BREAKS_DEBUG_RANGES=yes %endif export LDFLAGS="\$LDFLAGS -fPIC -Wl,-z,relro,-z,now" %ifarch ppc64 ppc64le -%if 0%{?clang_build} == 0 -#export CFLAGS="\$CFLAGS -mminimal-toc" -%endif %endif %ifarch %ix86 # Not enough memory on 32-bit systems, remove debug info. @@ -415,11 +409,7 @@ source ./.obsenv.sh cat << EOF > $MOZCONFIG mk_add_options MOZILLA_OFFICIAL=1 mk_add_options BUILD_OFFICIAL=1 -#%%ifarch %%ix86 -#mk_add_options MOZ_MAKE_FLAGS=-j1 -#%%else mk_add_options MOZ_MAKE_FLAGS=%{?jobs:-j%jobs} -#%%endif mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj . \$topsrcdir/browser/config/mozconfig ac_add_options --disable-bootstrap