Skip to content

Implement dependency information output like GCC to rustc #7633

Closed
@omasanori

Description

@omasanori

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions