Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Using ccache

Hello all,
i am trying to do eclipse-cdt use ccache to compile my projects but i dont know how to do it, if a do a plain make in the project root the compilation uses ccache, but from eclipse it is not used, i have in my environment:

CXX="ccache g++"
and i have the ccache patch before g++ path so `which g++` prints /usr/lib/ccache/bin/g++

but anyway eclipse will not use ccache, i have been searching in google about the problem but i cant find any help, what i am doing wrong? Thanks.

Best Regards,
Miguel Angel.


Back to the top