Bug#940571: dpkg-buildflags should support an optimization area for things like lto and pgo

2019-10-12 Thread Matthias Klose
On 12.10.19 06:08, Guillem Jover wrote: On Thu, 2019-10-10 at 10:39:23 +0200, Matthias Klose wrote: On 09.10.19 20:28, Guillem Jover wrote: I take you are requesting both adding this and also enabling LTO by default? the infrastructure should provide both, having the option to enable it by a

Bug#940571: dpkg-buildflags should support an optimization area for things like lto and pgo

2019-10-11 Thread Guillem Jover
On Thu, 2019-10-10 at 10:39:23 +0200, Matthias Klose wrote: > On 09.10.19 20:28, Guillem Jover wrote: > > I take you are requesting both adding this and also enabling LTO by > > default? > > the infrastructure should provide both, having the option to enable it by a > flag when it's not the

Bug#940571: dpkg-buildflags should support an optimization area for things like lto and pgo

2019-10-10 Thread Matthias Klose
On 09.10.19 20:28, Guillem Jover wrote: Control: tag -1 - patch + moreinfo Control: retitle -1 dpkg-buildflags: Add support for an optimize area for things like LTO On Tue, 2019-09-17 at 14:36:44 +0200, Matthias Klose wrote: Package: src:dpkg Version: 1.19.7 Tags: patch Please add an

Bug#940571: dpkg-buildflags should support an optimization area for things like lto and pgo

2019-10-09 Thread Guillem Jover
Control: tag -1 - patch + moreinfo Control: retitle -1 dpkg-buildflags: Add support for an optimize area for things like LTO On Tue, 2019-09-17 at 14:36:44 +0200, Matthias Klose wrote: > Package: src:dpkg > Version: 1.19.7 > Tags: patch > Please add an optimization area (opt, optimization) for

Bug#940571: dpkg-buildflags should support an optimization area for things like lto and pgo

2019-09-17 Thread Matthias Klose
Package: src:dpkg Version: 1.19.7 Tags: patch Please add an optimization area (opt, optimization) for extra optimizations like lto (link time optimization) and pgo (profile guided optimization). lto can be directly translated into compiler flags, as seen in the attached patch, assuming that