- Follow upstream's lead and compile with -flto

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=37
This commit is contained in:
Ismail Dönmez
2015-12-01 14:08:32 +00:00
committed by Git OBS Bridge
parent f56342fcf3
commit c7df609d78
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 1 14:07:54 UTC 2015 - idonmez@suse.com
- Follow upstream's lead and compile with -flto
-------------------------------------------------------------------
Mon Nov 2 10:53:04 UTC 2015 - idonmez@suse.com

View File

@@ -61,6 +61,9 @@ to compile and develop applications that use libsodium.
%setup -q
%build
export CFLAGS="%{optflags} -flto"
export LDFLAGS="-flto"
%configure --disable-static
make %{?_smp_mflags} V=1