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

Propagate lto=off harder #9182

Merged
merged 1 commit into from
Feb 18, 2021
Merged

Propagate lto=off harder #9182

merged 1 commit into from
Feb 18, 2021

Commits on Feb 17, 2021

  1. Propagate lto=off harder

    This commit fixes an issue with LTO calculation for various units when
    `lto=off` is specified in the profile. This ensures now that `lto=off`
    is passed to all transitive dependencies as well to disable thin-local
    LTO. As an added bonus this also passed `embed-bitcode=no` whenever
    `lto=off` is specified since we know we won't be using bitcode anyway.
    
    Closes rust-lang#9171
    alexcrichton committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    1e05dbb View commit details
    Browse the repository at this point in the history