GCC/Make Build Time Optimizations
问题 We have project which uses gcc and make files. Project also contains of one big subproject (SDK) and a lot of relatively small subprojects which use that SDK and some shared framework. We use precompiled headers, but that helps only for re-compilation to be faster. Is there any known techniques and tools to help with build-time optimizations? Or maybe you know some articles/resources about this or related topics? 回答1: You can tackle the problem from two sides: refactor the code to reduce the