We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbd8c2a + 0852a1b commit ab99ae2Copy full SHA for ab99ae2
include/swift/Basic/LangOptions.h
@@ -299,7 +299,7 @@ namespace swift {
299
/// Emit the newer, finer-grained swiftdeps file. Eventually will support
300
/// faster rebuilds.
301
/// The initializer here sets the default for the frontend and driver.
302
- bool EnableFineGrainedDependencies = false;
+ bool EnableFineGrainedDependencies = true;
303
304
/// When using fine-grained dependencies, emit dot files for every swiftdeps
305
/// file.
0 commit comments