From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leonardo Bras Subject: Re: [PATCH v3 0/7] Remove errors building drivers/DRIVERNAME Date: Tue, 9 Oct 2018 22:04:11 -0300 Message-ID: References: <20180928020816.11251-1-leobras.c@gmail.com> <20181001075607.GA3776@rric.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Robert Richter , lkcamp@lists.libreplanetbr.org, Alexander Shishkin , "James E.J. Bottomley" , Helge Deller , Martin Schwidefsky , Heiko Carstens , Geert Uytterhoeven , linux-kernel , linux-m68k@lists.linux-m68k.org, oprofile-list@lists.sf.net, linux-parisc@vger.kernel.org, linux-s390@vger.kernel.org, James Bottomley To: Finn Thain Return-path: In-Reply-To: List-ID: List-Id: linux-parisc.vger.kernel.org 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 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. > > --