Albin Jose@suppo.fi to Programming@programming.dev · 1 year agoWhat is your favorite programming language?message-squaremessage-square194fedilinkarrow-up1118arrow-down112
arrow-up1106arrow-down1message-squareWhat is your favorite programming language?Albin Jose@suppo.fi to Programming@programming.dev · 1 year agomessage-square194fedilink
minus-squarelysdexic@programming.devlinkfedilinkEnglisharrow-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.