#1721 dependecies of headers for library object files is broken.
Metadata
Property | Value |
---|---|
Reported by | Robert K (robertk@posteo.org) |
Reported at | Oct 1, 2015 11:53 |
Type | Bug Report |
Version | Git (pre3.0) |
Operating System | Unspecified / All |
Description
The dependecy tracking of headers for object files that are compiled into libraries in dune is excessive. For example, when the header onedgrid.hh is changed in dune-grid then the whole DGF parser is recompile, even though non of the DGF object files includes this header. (I added a #warning to the header to check).
This extremely annoying when development within the module is done and the whole lib is recompiled every single time.