Skip to content

Commit ad1bf22

Browse files
author
David Ungar
committed
Coarse-grained dependencies by default
1 parent b291134 commit ad1bf22

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
@@ -316,7 +316,7 @@ namespace swift {
316316

317317
/// Emit the newer, finer-grained swiftdeps file. Eventually will support
318318
/// faster rebuilds.
319-
bool EnableFineGrainedDependencies = true;
319+
bool EnableFineGrainedDependencies = false;
320320

321321
/// Instead of hashing tokens inside of NominalType and ExtensionBodies into
322322
/// the interface hash, hash them into per-iterable-decl-context

0 commit comments

Comments
 (0)