-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
disable ccache in a friendly way #7730
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this PR is superior
how many .c files do you think include version.h? |
Please add bits to the docs, here: https://docs.armbian.com/Developer-Guide_Build-Switches/#advanced |
linux kernel 6.13.0-rc7 for linux-meson64 on my notebook (time may float due to the use of a laptop during testing, but the trend is clearly visible) before:
first build without ccache
first build with ccache:
repeatable build with ccache:
after version change in Makefile build with ccache:
reset ccache stats:
repeatable rebuild with ccache without version change:
|
|
should make this the default.. enables in case PRIVATE_CCACHE=yes is set
reasoning per @rpardini: