Re: [PATCH v3 0/7] Remove errors building drivers/DRIVERNAME
Leonardo Bras <[email protected]> Tue, 9 Oct 2018 22:04:11 -0300
| Newsgroups | gmane.linux.kernel,gmane.linux.oprofile,gmane.linux.ports.parisc |
|---|---|
| Message-ID | <CADvQ+rFfWoGsnz-W-SFuD6zx9eO-nQqz-GVVVW00cV_Ss8pZ_w@mail.gmail.com> |
Thanks Finn, I will take a good look at that and try to use it in my build. Thank you, Leonardo Bras On Wed, Oct 3, 2018 at 11:00 PM Finn Thain <[email protected]> wrote: > > On Wed, 3 Oct 2018, Leonardo Bras wrote: > > > Both ccache and distcc seem very interesting, I will take my time to > > study them better as they can solve some situations I face. Thanks for > > sharing! > > > > You might also want to check out 'gcc -O0', 'gcc -fopt-info' and 'gcc > --help=optimizers' etc to see if you can reduce the compute cost. > > To reduce IO cost, my build tests always use 'make O=/some/path' where > /some/path is on a tmpfs mountpoint. > > HTH. > > --