Skip to content

Commit

Permalink
incr.comp.: Don't automatically enable -Zshare-generics for incr.comp…
Browse files Browse the repository at this point in the history
…. builds.
  • Loading branch information
michaelwoerister committed Sep 25, 2018
1 parent ae36663 commit 8fc7b5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/session/config.rs
Expand Up @@ -646,7 +646,6 @@ impl Options {
match self.debugging_opts.share_generics {
Some(setting) => setting,
None => {
self.incremental.is_some() ||
match self.optimize {
OptLevel::No |
OptLevel::Less |
Expand Down

0 comments on commit 8fc7b5d

Please sign in to comment.