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

MCOL-4117: Clean away unnecessary USE_CCACHE build flag #1314

Merged
merged 1 commit into from Jun 29, 2020

Conversation

ottok
Copy link
Contributor

@ottok ottok commented Jun 26, 2020

Systems with ccache will have gcc/g++ automatically wrapped by ccache
and there is no need inject 'ccache' into the build command like this.
No other part of the MariaDB Server nor in general other software have
any USE_CCACHE practice. To all of them ccache works transparently, and
extra code like this is unnecessay and just plain confusing.

This commit does not yet close MCOL-4117, but is a step forward in making
the code base compatible with using ccache in build systems in general.

Systems with ccache will have gcc/g++ automatically wrapped by ccache
and there is no need inject 'ccache' into the build command like this.
No other part of the MariaDB Server nor in general other software have
any USE_CCACHE practice. To all of them ccache works transparently, and
extra code like this is unnecessay and just plain confusing.

This commit does not yet close MCOL-4117, but is a step forward in making
the code base compatible with using ccache in build systems in general.
@pleblanc1976 pleblanc1976 merged commit eebd66c into mariadb-corporation:develop Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants