3
Come si configura ccache?
Voglio usare ccache per velocizzare la compilazione. Mi sono imbattuto Come abilitare ccache? . Questo è quello che ho fatto finora: $ 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 /usr/bin/X11/ccache /usr/share/man/man1/ccache.1.gz …