We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fa03f commit 4510c2fCopy full SHA for 4510c2f
include/swift/Basic/LangOptions.h
@@ -304,7 +304,7 @@ namespace swift {
304
/// the interface hash, hash them into per-iterable-decl-context
305
/// fingerprints. Fine-grained dependency types won't dirty every provides
306
/// in a file when the user adds a member to, e.g., a struct.
307
- bool EnableTypeFingerprints = false;
+ bool EnableTypeFingerprints = true;
308
309
/// When using fine-grained dependencies, emit dot files for every swiftdeps
310
/// file.
0 commit comments