3
ccache는 어떻게 설정합니까?
컴파일 속도를 높이기 위해 ccache 를 사용하고 싶습니다 . ccache 를 어떻게 활성화합니까? . 이것이 내가 지금까지 한 일입니다. $ 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 나는 추가 …