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 82f013f commit 9fe07a4Copy full SHA for 9fe07a4
include/swift/Basic/LangOptions.h
@@ -387,8 +387,7 @@ namespace swift {
387
388
/// Enable early skipping deserialization of decls that are marked as
389
/// unsafe to read.
390
- bool EnableDeserializationSafety =
391
- ::getenv("SWIFT_ENABLE_DESERIALIZATION_SAFETY");
+ bool EnableDeserializationSafety = true;
392
393
/// Whether to enable the new operator decl and precedencegroup lookup
394
/// behavior. This is a staging flag, and will be removed in the future.
0 commit comments