Accepting request 1130018 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1130018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zxing-cpp?expand=0&rev=16
This commit is contained in:
Ana Guerrero 2023-12-01 20:24:46 +00:00 committed by Git OBS Bridge
commit 9036856035
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 30 14:32:19 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add back %{optflags} in c++ flags
This was unintentionally disabled when c++17 was forced
-------------------------------------------------------------------
Fri Oct 6 06:01:16 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -79,7 +79,7 @@ other applications.
export CC="gcc-7"
export CXX="g++-7"
%endif
export CXXFLAGS="-std=c++17"
export CXXFLAGS="%{optflags} -std=c++17"
# Examples require QT5-base/multimedia, but doing so creates a cycle
# Blackbox tests require fmt
%cmake \