Skip to content

Rust 1.97.0+ no longer suppresses linker output, causing noisy build logs #174

Description

@tobiasae

Since Rust 1.97.0, rustc no longer hides linker output by default when a link succeeds. This breaks the assumption in linker-wrapper.py line 35, which appears to rely on that suppression.

Result: every build now prints the full linker invocation/output, adding significant noise to build logs.

Would it make sense to only print the linker output when the link actually fails, rather than on every build?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions