flatpak-builder
flatpak-builder copied to clipboard
Enable ccache for cross-compillers
Checklist
- [X] I agree to follow the Code of Conduct that this project adheres to.
- [X] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Suggestion
cross-compillers are the way to build multilib bundles on freedesktop-sdk, since gcc doesn't have multilib support there.
Currently, one has to prepend ccache
to each cross-compiller comanyally in order to enable ccache for it.
If would be nice if flatpak-builder could handle this automatically.