Skip to content

Commit 38f599d

Browse files
author
David Ungar
committed
Turn type-body-fingerprints on-by-default
1 parent 9511295 commit 38f599d

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
@@ -304,7 +304,7 @@ namespace swift {
304304
/// the interface hash, hash them into per-iterable-decl-context
305305
/// fingerprints. Fine-grained dependency types won't dirty every provides
306306
/// in a file when the user adds a member to, e.g., a struct.
307-
bool EnableTypeFingerprints = false;
307+
bool EnableTypeFingerprints = true;
308308

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

0 commit comments

Comments
 (0)