Cuberite Forum

Full Version: ccache in CI
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
I tested the option, and the build was no faster than without it. I think I'll just leave it off.
3x - 5x speed is great.
I think compilation speeds can be boosted even further by not inlining function implementations in headers except where there's measurable performance difference. Xoft believes the effect would be negligible, but I think it's at least worth testing. I'll try to come up with a script which un-inlines all functions, and then compare compilation speeds and come up with numbers.
Pages: 1 2 3 4