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 ad1bf22 commit f34687cCopy full SHA for f34687c
include/swift/Basic/LangOptions.h
@@ -322,7 +322,7 @@ namespace swift {
322
/// the interface hash, hash them into per-iterable-decl-context
323
/// fingerprints. Fine-grained dependency types won't dirty every provides
324
/// in a file when the user adds a member to, e.g., a struct.
325
- bool EnableTypeFingerprints = true;
+ bool EnableTypeFingerprints = false;
326
327
/// When using fine-grained dependencies, emit dot files for every swiftdeps
328
/// file.
0 commit comments