Working with Jumbo/Unity Builds (Single Translation Unit).
There’s been a lot of talk in recent years about something called a “jumbo build” or “unity build” or sometimes “single translation unit build”. Essentially it’s an alternate way of compiling C/C++ by putting all of the code (headers and source both) into a single file.
Some people love them. Some people think they’re evil. I’ve been using them in my personal projects for a while now and thought I’d share my experiences.
Read in full here:
This thread was posted by one of our members via one of our news source trackers.