Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Can anybody explain the existence of all*.cpp files which include other source files?


That's called a "unity build". https://en.wikipedia.org/wiki/Unity_build


I guess it's a way to optimize the build somehow, but you can achieve the same result with a proper build system, well-defined targets, and precompiled headers, but it's more work for the developers.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: