summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/ninja-loosen-object-deps.rst
blob: c47fb93708ce5b231e3240a68d33670bb319d315 (plain)
1
2
3
4
5
6
7
8
ninja-loosen-object-deps
------------------------

* The :generator:`Ninja` generator has loosened dependencies on object
  compilation to depend on the custom targets and commands of dependent
  libraries instead of the libraries themselves. This helps projects with deep
  dependency graphs to be blocked only on their link steps at the deeper
  levels rather than also blocking object compilation on dependent link steps.