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

Add RUSTFLAGS_BOOTSTRAP to RUSTFLAGS for bootstrap compilation #116532

Merged

Commits on Oct 8, 2023

  1. Add RUSTFLAGS_BOOTSTRAP to RUSTFLAGS for bootstrap compilation

    Note that RUSTFLAGS_BOOTSTRAP should always be added to the end of
    RUSTFLAGS to be actually effective (e.g., if we have `-Dwarnings` in
    RUSTFLAGS, passing `-Awarnings` from RUSTFLAGS_BOOTSTRAP should override it).
    
    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    89d610c View commit details
    Browse the repository at this point in the history