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 b291134 commit ad1bf22Copy full SHA for ad1bf22
include/swift/Basic/LangOptions.h
@@ -316,7 +316,7 @@ namespace swift {
316
317
/// Emit the newer, finer-grained swiftdeps file. Eventually will support
318
/// faster rebuilds.
319
- bool EnableFineGrainedDependencies = true;
+ bool EnableFineGrainedDependencies = false;
320
321
/// Instead of hashing tokens inside of NominalType and ExtensionBodies into
322
/// the interface hash, hash them into per-iterable-decl-context
0 commit comments