Skip to main content

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

Did u try going to Project properties->Discovery Options and change the discovery profile scope to "Configuration wide". Then u can modify the compiler invocation command..
Greets
Patrick

>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.
>_______________________________________________
>cdt-dev mailing list
>cdt-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top