1
0

Accepting request 947696 from home:marxin:branches:mozilla:Factory

- Enable -fimplicit-constexpr for GCC 12+.

OBS-URL: https://build.opensuse.org/request/show/947696
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=621
This commit is contained in:
Wolfgang Rosenauer 2022-01-21 22:40:32 +00:00 committed by Git OBS Bridge
parent ed5ea29202
commit 2b26512461
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 20 13:10:00 UTC 2022 - Martin Liška <mliska@suse.cz>
- Enable -fimplicit-constexpr for GCC 12+.
-------------------------------------------------------------------
Fri Jan 7 16:13:57 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>

View File

@ -357,6 +357,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