3
Comment configurer ccache?
Je veux utiliser ccache pour accélérer la compilation. Je suis tombé sur Comment activer ccache? . Voici ce que j'ai fait jusqu'à présent: $ sudo apt-get install -y ccache $ dpkg -l ccache ii ccache 3.1.6-1 Compiler cache for fast recompilation of C/C++ code $ whereis ccache ccache: /usr/bin/ccache /usr/lib/ccache …