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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top