Accepting request 855974 from home:marxin:branches:filesystems

- Enable LTO (boo#1133101) and use -ffat-lto-objects.

OBS-URL: https://build.opensuse.org/request/show/855974
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse?expand=0&rev=81
This commit is contained in:
Jan Engelhardt 2020-12-16 22:54:21 +00:00 committed by Git OBS Bridge
parent 60dcb5b5e2
commit ae95f4059c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 15 11:00:03 UTC 2020 - Martin Liška <mliska@suse.cz>
- Enable LTO (boo#1133101) and use -ffat-lto-objects.
-------------------------------------------------------------------
Fri Nov 20 10:10:06 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -107,7 +107,7 @@ This package contains the static library variants of libfuse.
%autosetup -p1
%build
%define _lto_cflags %{nil}
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
export CFLAGS="%{optflags} -g -fno-strict-aliasing"
export MOUNT_FUSE_PATH=%{_sbindir}
autoreconf -fi