SHA256
1
0
forked from pool/guile

Accepting request 963896 from home:dirkmueller:Factory

- use parallel build for Rings
- force LTO

OBS-URL: https://build.opensuse.org/request/show/963896
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=124
This commit is contained in:
John Paul Adrian Glaubitz 2022-03-22 11:01:40 +00:00 committed by Git OBS Bridge
parent 1f57a08f84
commit 62cd7fb6d7
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 21 20:52:02 UTC 2022 - Dirk Müller <dmueller@suse.com>
- use parallel build for Rings
- force LTO
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 10:38:43 UTC 2022 - Andreas Schwab <schwab@suse.de> Mon Mar 21 10:38:43 UTC 2022 - Andreas Schwab <schwab@suse.de>

View File

@ -119,10 +119,15 @@ aclocal
%configure \ %configure \
--disable-static \ --disable-static \
--with-pic \ --with-pic \
--enable-lto \
--with-threads \ --with-threads \
--disable-silent-rules --disable-silent-rules
%if 0%{?_with_ringdisabled}
%make_build
%else
# do sequential build for reproducible .go files = https://issues.guix.gnu.org/issue/20272 - boo#1102408 # do sequential build for reproducible .go files = https://issues.guix.gnu.org/issue/20272 - boo#1102408
%make_build -j1 %make_build -j1
%endif
%check %check
LD_LIBRARY_PATH="." \ LD_LIBRARY_PATH="." \