Skip to content

Commit 0852a1b

Browse files
author
David Ungar
committed
Default to enabling fine-grained-dependencies.
1 parent 2f79ff7 commit 0852a1b

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)