Skip to content

Commit ab99ae2

Browse files
author
David Ungar
authored
Merge pull request #29379 from apple/fine-grained-on-by-default
[Incremental] Turn fine-grained-dependencies on-by-default.
2 parents fbd8c2a + 0852a1b commit ab99ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/LangOptions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ namespace swift {
299299
/// Emit the newer, finer-grained swiftdeps file. Eventually will support
300300
/// faster rebuilds.
301301
/// The initializer here sets the default for the frontend and driver.
302-
bool EnableFineGrainedDependencies = false;
302+
bool EnableFineGrainedDependencies = true;
303303

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

0 commit comments

Comments
 (0)