Comparing C++ Compilers on Windows

J

Jorgen Grahn


He's measuring compilation speed. IMO the best way to speed up
compilation times (or save hardware resources) is to fix your build
system so you're not building the same thing, over and over again.

(I'm writing this as I wait for our super-slow compilation to finish.
I don't trust our build system, so I did a 'make clean' ...)

Using Git (or other modern version control tools?) helps here. It does
the Right Thing with file timestamps, so make works as intended.
Surprisingly useful.

/Jorgen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,260
Messages
2,571,039
Members
48,768
Latest member
first4landlord

Latest Threads

Top