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

Make the rustc respect the -C codegen-units flag in incremental mode. #70156

Merged
merged 3 commits into from
Apr 4, 2020

Commits on Mar 31, 2020

  1. Make the rustc respect the -C codegen-units flag in incremental mode.

    Before this commit `-C codegen-units` would just get silently be
    ignored if `-C incremental` was specified too. After this commit
    one can control the number of codegen units generated during
    incremental compilation. The default is rather high at 256, so most
    crates won't see a difference unless explicitly opting into a lower
    count.
    michaelwoerister committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    1e5b459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    408e6e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    98ead3e View commit details
    Browse the repository at this point in the history