simple examples of how to

Wednesday, November 2, 2011

[Ubuntu] ccache

compiler caching for gcc, g++

here goes an example

$ sudo apt-get install ccache

$ PATH=$PATH:/usr/lib/ccache

next time you compile with gcc, g++, it is faster

No comments:

Post a Comment