Relative Content

Tag Archive for gccdependenciesgnu-make

Fast Dependency scans with gcc

I’m working on a very large code base. I’m trying to integrate the GCC dependency generation (gcc -MM ...) into the build process (Makefile based) to support safe, incremental building. The challenge that is that building/updating the dependencies take lot of time.