Accepting request 948332 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/948332 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox?expand=0&rev=357
This commit is contained in:
commit
9179663693
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 24 07:42:03 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Enable -fimplicit-constexpr for GCC 12+.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 20 23:21:44 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -401,6 +401,9 @@ export CC=gcc-9
|
||||
%if 0%{?clang_build} == 0
|
||||
export CC=gcc
|
||||
export CXX=g++
|
||||
%if 0%{?gcc_version:%{gcc_version}} >= 12
|
||||
export CFLAGS="$CFLAGS -fimplicit-constexpr"
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%ifarch %arm %ix86
|
||||
|
Loading…
x
Reference in New Issue
Block a user