SHA256
1
0
forked from pool/bitcoin

- Enable LTO and test package for Leap

OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=61
This commit is contained in:
Martin Pluskal 2024-02-14 15:17:13 +00:00 committed by Git OBS Bridge
parent 57ece9b5f5
commit 01682373ae
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 14 14:16:11 UTC 2024 - Martin Pluskal <mpluskal@suse.com> Wed Feb 14 14:16:11 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
- Enable LTO and tests for Leap - Enable LTO and test package for Leap
- Enable sqlite3 support for wallet - Enable sqlite3 support for wallet
- Enable asm optimizations unconditionally - Enable asm optimizations unconditionally

View File

@ -194,8 +194,10 @@ export CXX=g++-12
--disable-hardening --disable-hardening
%make_build %make_build
%if 0%{?suse_version} >= 1550
%check %check
%make_build LC_ALL=C.UTF-8 check %make_build LC_ALL=C.UTF-8 check
%endif
%install %install
%make_install %make_install