How to compile C++ code faster?

How are you compiling? Maybe you’re re-building the entire solution each time?

It should only be building your changed files and maybe dependents… should only take a 5-10 seconds compiling a small change.

2 Likes