Albin Jose@suppo.fi to Programming · 1 year agoWhat is your favorite programming language?message-squaremessage-square196fedilinkarrow-up1121arrow-down112
arrow-up1109arrow-down1message-squareWhat is your favorite programming language?Albin Jose@suppo.fi to Programming · 1 year agomessage-square196fedilink
minus-squarelysdexiclinkfedilinkEnglisharrow-up3·1 year agoI would also mention support for third-party compiler cache systems. Install something like ccache, set a couple of flags in the CMake project, and your whole project can now reuse build artifacts with barely no CPU load.
I would also mention support for third-party compiler cache systems. Install something like ccache, set a couple of flags in the CMake project, and your whole project can now reuse build artifacts with barely no CPU load.