Skip to content

Commit 8fc7b5d

Browse files
incr.comp.: Don't automatically enable -Zshare-generics for incr.comp. builds.
1 parent ae36663 commit 8fc7b5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/session/config.rs

-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,6 @@ impl Options {
646646
match self.debugging_opts.share_generics {
647647
Some(setting) => setting,
648648
None => {
649-
self.incremental.is_some() ||
650649
match self.optimize {
651650
OptLevel::No |
652651
OptLevel::Less |

0 commit comments

Comments
 (0)