Skip to content

Commit 9fe07a4

Browse files
committed
[DNM] Enable deserialization safety by default for testing
1 parent 82f013f commit 9fe07a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,7 @@ namespace swift {
387387

388388
/// Enable early skipping deserialization of decls that are marked as
389389
/// unsafe to read.
390-
bool EnableDeserializationSafety =
391-
::getenv("SWIFT_ENABLE_DESERIALIZATION_SAFETY");
390+
bool EnableDeserializationSafety = true;
392391

393392
/// Whether to enable the new operator decl and precedencegroup lookup
394393
/// behavior. This is a staging flag, and will be removed in the future.

0 commit comments

Comments
 (0)