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
Dependency information from compilers is useful to build incrementally. Without that, build process will be incorrect and/or slow.
GCC and Clang can emit such information in (a subset of) Makefile syntax. AFAIK that can be used from make (of cource) and ninja. It might be nice if rustc provides similar feature, I think.