From mboxrd@z Thu Jan 1 00:00:00 1970 From: Finn Thain Subject: Re: [PATCH v3 0/7] Remove errors building drivers/DRIVERNAME Date: Thu, 4 Oct 2018 12:00:38 +1000 (AEST) Message-ID: References: <20180928020816.11251-1-leobras.c@gmail.com> <20181001075607.GA3776@rric.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: List-Archive: List-Post: To: Leonardo Bras 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 List-ID: 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. --