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:
parent
1f57a08f84
commit
62cd7fb6d7
@ -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>
|
||||||
|
|
||||||
|
@ -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="." \
|
||||||
|
Loading…
Reference in New Issue
Block a user