Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ccache support #93

Merged
merged 1 commit into from
Sep 11, 2018
Merged

Add ccache support #93

merged 1 commit into from
Sep 11, 2018

Conversation

davetcoleman
Copy link
Member

Closes #87

@ahoarau seems we need to do other things to enable ccache, like tweak the catkin command or... ?

@ahoarau
Copy link

ahoarau commented Sep 11, 2018

Yup, this happens when ccache is configure as :
export CXX="ccache g++-5" CC="ccache gcc-5"
Which is how most people configure it afaik

@davetcoleman
Copy link
Member Author

I'll assume you approve this, merging

@davetcoleman davetcoleman merged commit 75eedec into melodic-devel Sep 11, 2018
@davetcoleman davetcoleman deleted the melodic-ccache branch September 11, 2018 22:04
@VictorLamoine
Copy link
Contributor

For your information this is how ccache is supposed to be configured: https://askubuntu.com/questions/470545/how-do-i-set-up-ccache?answertab=active#tab-top

@ahoarau
Copy link

ahoarau commented Nov 27, 2018

Thanks ! I remember reading somewhere than " masquerading " (symlinks) were not recommended. I'll try this though. I have the feeling that it will be seen by cmake as g++, which is much better than /usr/bin/ccache g++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants