Skip to content

WIP: Remove external library dependency inference.

This change disables the dependency inference involving external libraries. For link lines that are not well-ordered, such as those produced by pkg-config, the dependency inference might incorrectly deduce cycles. Additionally, the existence of edges betwee all libraries leads to slowdows on the order of tens of minutes. This change avoids the creation of edges involving external libraries.

Merge request reports