Revert "[Serialization] Enable deserialization safety by default"

This reverts commit af70cc5464.

# Conflicts:
#	test/Serialization/Safety/unsafe-decls.swift
This commit is contained in:
Alexis Laferrière
2023-01-05 20:48:57 -08:00
parent a7e7007959
commit 09b06a8cd3
6 changed files with 17 additions and 7 deletions

View File

@@ -366,7 +366,7 @@ namespace swift {
/// Enable early skipping deserialization of decls that are marked as
/// unsafe to read.
bool EnableDeserializationSafety = true;
bool EnableDeserializationSafety = false;
/// Whether to enable the new operator decl and precedencegroup lookup
/// behavior. This is a staging flag, and will be removed in the future.