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 165930b commit faeb226Copy full SHA for faeb226
include/swift/Basic/LangOptions.h
@@ -356,10 +356,12 @@ namespace swift {
356
/// new enough?
357
bool EnableTargetOSChecking = true;
358
359
- /// Whether to attempt to recover from missing cross-references and other
+ /// Whether to attempt to recover from missing cross-references,
360
+ /// differences in APIs between language versions, and other
361
/// errors when deserializing from a binary swiftmodule file.
362
///
- /// This flag should only be used in testing.
363
+ /// This feature should only be disabled for testing as regular builds
364
+ /// rely heavily on it.
365
bool EnableDeserializationRecovery = true;
366
367
/// Enable early skipping deserialization of decls that are marked as
0 commit comments