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 …