Skip to content

Optimize compile builds using ccache and gold linker

Praetorius, Simon requested to merge feature/ccache into master

CCache may improve the compile time by a factor 50 or more. Additionally, the gold-linker is used if available, to improve link time as well.

Merge request reports