mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
type body prints-on-by-default
This commit is contained in:
@@ -304,7 +304,7 @@ namespace swift {
|
||||
/// the interface hash, hash them into per-iterable-decl-context
|
||||
/// fingerprints. Fine-grained dependency types won't dirty every provides
|
||||
/// in a file when the user adds a member to, e.g., a struct.
|
||||
bool EnableTypeFingerprints = false;
|
||||
bool EnableTypeFingerprints = true;
|
||||
|
||||
/// When using fine-grained dependencies, emit dot files for every swiftdeps
|
||||
/// file.
|
||||
|
||||
Reference in New Issue
Block a user