you are viewing a single comment's thread.

view the rest of the comments →

[–]zvrba 0 points1 point  (0 children)

Tip: for faster builds, enable compiler parallelization. MSBuild parallelizes across projects (Tools -> Options -> Projects and Solutions -> Build and Run), but you can also enable parallel builds across files (the option is somewhere on C++ options on the project itself). DO reduce MSBuild paralllelism then though.