forked from pool/zxing-cpp
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:
commit
04d13ff73a
@ -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>
|
Fri Oct 6 06:01:16 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ other applications.
|
|||||||
export CC="gcc-7"
|
export CC="gcc-7"
|
||||||
export CXX="g++-7"
|
export CXX="g++-7"
|
||||||
%endif
|
%endif
|
||||||
export CXXFLAGS="-std=c++17"
|
export CXXFLAGS="%{optflags} -std=c++17"
|
||||||
# Examples require QT5-base/multimedia, but doing so creates a cycle
|
# Examples require QT5-base/multimedia, but doing so creates a cycle
|
||||||
# Blackbox tests require fmt
|
# Blackbox tests require fmt
|
||||||
%cmake \
|
%cmake \
|
||||||
|
Loading…
Reference in New Issue
Block a user