Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap: move all of rustc's flags to rustc_cargo #123520

Merged
merged 1 commit into from
Apr 13, 2024

Commits on Apr 5, 2024

  1. bootstrap: move all of rustc's flags to rustc_cargo

    This ensures that `RUSTFLAGS` will be consistent between all modes of
    building the compiler, so they won't trigger a rebuild by cargo. This
    kind of fix was started in rust-lang#119414 just for LTO flags, but it's
    applicable to all kinds of flags that might be configured.
    cuviper committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e8fb8c3 View commit details
    Browse the repository at this point in the history