On Wed, Jul 31, 2019 at 05:00:37PM +0200, Martin Liška wrote: > On 7/31/19 12:01 PM, Martin Liška wrote: > > Anyway, the auto-detection of jobserver seems very ugly to me :/ > > I tend to remove the support and start working on a proper implementation > > that can be used not only by make build system. > > Can you Jakub test the attached patch please?
That works. I guess it didn't actually act as a fork-bomb because most of our lto tests are small and there aren't enough functions to create so many partitions. Jakub