SHA256
1
0
forked from pool/libsodium
Ismail Dönmez 2017-09-28 20:39:55 +00:00 committed by Git OBS Bridge
parent 50350b1260
commit 62db10e4fd

View File

@ -62,12 +62,12 @@ to compile and develop applications that use libsodium.
%build %build
%if 0%{?suse_version} > 1320 #%if 0%{?suse_version} > 1320
%ifarch %{ix86} x86_64 #%ifarch %{ix86} x86_64
export CFLAGS="%{optflags} -flto" #export CFLAGS="%{optflags} -flto"
export LDFLAGS="-flto" #export LDFLAGS="-flto"
%endif #%endif
%endif #%endif
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} V=1 make %{?_smp_mflags} V=1