Skip to content

Commit f34687c

Browse files
author
David Ungar
committed
Also disable type fingerprints by default.
1 parent ad1bf22 commit f34687c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ namespace swift {
322322
/// the interface hash, hash them into per-iterable-decl-context
323323
/// fingerprints. Fine-grained dependency types won't dirty every provides
324324
/// in a file when the user adds a member to, e.g., a struct.
325-
bool EnableTypeFingerprints = true;
325+
bool EnableTypeFingerprints = false;
326326

327327
/// When using fine-grained dependencies, emit dot files for every swiftdeps
328328
/// file.

0 commit comments

Comments
 (0)