3
¿Cómo configuro ccache?
Quiero usar ccache para acelerar la compilación. Encontré ¿Cómo habilito ccache? . Esto es lo que he hecho hasta ahora: $ 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 Agregué …