bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #48483] Compiler diagnostics cache


From: Nadav Har'El
Subject: [bug #48483] Compiler diagnostics cache
Date: Tue, 18 Jul 2017 03:20:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

Follow-up Comment #1, bug #48483 (project make):

Please correct me if I'm wrong, but it sounds to me that "ccache" is exactly
what you need - you can already get what you want without any changes to
"make":

With ccache, you can always do "make clean; make" because although the
compiler will be called on all files of the project, the files that haven't
changed (and the compilation options haven't changed) will NOT be compiled
again - rather the exact same compilation results and/or compiler warning
messages will be recalled from the cache.

On many Linux distributions, merely installing the "ccache" package enables it
(it makes the compiler a symbolic link to the ccache exectable), and you can
enjoy speedy "make clean; make" afterwards. 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48483>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]