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
%if 0%{?suse_version} > 1320
%ifarch %{ix86} x86_64
export CFLAGS="%{optflags} -flto"
export LDFLAGS="-flto"
%endif
%endif
#%if 0%{?suse_version} > 1320
#%ifarch %{ix86} x86_64
#export CFLAGS="%{optflags} -flto"
#export LDFLAGS="-flto"
#%endif
#%endif
%configure --disable-static
make %{?_smp_mflags} V=1