mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "[Serialization] Enable deserialization safety by default"
This reverts commit af70cc5464.
# Conflicts:
# test/Serialization/Safety/unsafe-decls.swift
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user