Re: [systemd-devel] [PATCH] Changing configure.ac to make LTO optional.

2015-07-21 Thread David Herrmann
Hi On Mon, Jul 20, 2015 at 4:56 PM, Kinsella, Ray wrote: > There is a bug in GCC LTO such that it ignores assembler directives. > This patch makes LTO enabled by default but also allows it to be disabled > if required. > > See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 This is a gcc bug.

Re: [systemd-devel] [PATCH] Changing configure.ac to make LTO optional.

2015-07-20 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git

[systemd-devel] [PATCH] Changing configure.ac to make LTO optional.

2015-07-20 Thread Kinsella, Ray
There is a bug in GCC LTO such that it ignores assembler directives. This patch makes LTO enabled by default but also allows it to be disabled if required. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47785 Ray Kinsella --- configure.ac | 17 - 1 file changed, 12 insertions(+