Re: Make -j to Compiler Question

2019-09-22 Thread Dan Kegel
And of course there's always meson + ninja, which are together rapidly becoming the clear choice for new projects...

Re: Make -j to Compiler Question

2019-09-22 Thread Nick Bowler
Hello Nick, On 2019-09-21, Nicholas Krause wrote: > I'm currently looking on and continuing the palleraling of gcc. There > was a discussion about if its possible to link to make -j to split the > tasks if possible. If so how and what is the easiest way to get this > info into Assuming you're ta

Re: Make -j to Compiler Question

2019-09-22 Thread Warren Young
On Sep 21, 2019, at 9:55 PM, Nicholas Krause wrote: > > what is the easiest way to get this info into > the gcc frontend. I’m not seeing that this is an Automake topic. The output of Automake is a GNU make file, which doesn’t control how you call “make”. Automake is on the other side of that