Skip to content

Need more verbose output with x.py build #44305

Closed
@jessicah

Description

@jessicah

Running ./x.py build -vv only outputs the rustc compilation command, which is insufficient.

For example, it should direct rustc to provide more verbose output as well, e.g. the linking steps, and where object files are created from cpp source files, these compilation steps as well.

I've tried various incantations, such as RUSTC_FLAGS="-Z verbose -Z print-link-args --verbose" RUSTC_VERBOSE=10 ./x.py build -vv --stage 0 src/librustc but I'm not getting any further useful output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-feature-requestCategory: A feature request, i.e: not implemented / a PR.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions