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 […]
GCC/Make Build Time Optimizations
- Post author By user user
- Post date
- Categories In build-time, c++, gcc, makefile, optimization
- 10 Comments on GCC/Make Build Time Optimizations