You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently subunit dependency checked during the configuration step. If subunit exists, then libcheck will have a dependency on it. If not, then there will be no dependency.
However this might bring some instability to the build (builds will be not reproducable). Consider the scenario:
configure and build check
subunit dependency is missing. libcheck builds fine, but without subunit
install subunit
build any third party code with subunit dependency and libcheck. It should fail.
Another downside of the current approach: subunit is linked even if it was not used (transitive dependency).
I was wondering if the following scenario makes sense:
Currently subunit dependency checked during the configuration step. If subunit exists, then libcheck will have a dependency on it. If not, then there will be no dependency.
However this might bring some instability to the build (builds will be not reproducable). Consider the scenario:
Another downside of the current approach: subunit is linked even if it was not used (transitive dependency).
I was wondering if the following scenario makes sense:
The text was updated successfully, but these errors were encountered: