8 ms·
> If you've ever worked on a project with a 40 minute build I've worked on plenty of C++ code based that had a 2 day build time! If you were lucky, incrementa
by devbent 2y ago
> If you've ever worked on a project with a 40 minute build
I've worked on plenty of C++ code based that had a 2 day build time!
If you were lucky, incremental builds only took a few hours.
- erik_seaberg 2y agoI remember hearing that Microsoft was excited to get full NT builds below 24 hours.
- devbent 2y agoWindows Mobile and Office is where I did my time. :D
- aixpert 2y agoI wander what these projects do wrong. Can't they be split into different dynamically loaded libraries with just the headers exposed?