mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add a staging flag -enable-experimental-deserialization-recovery.
No promises that this is stable yet!
This commit is contained in:
@@ -874,6 +874,9 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.EnableClassResilience |=
|
||||
Args.hasArg(OPT_enable_class_resilience);
|
||||
|
||||
Opts.EnableDeserializationRecovery |=
|
||||
Args.hasArg(OPT_enable_experimental_deserialization_recovery);
|
||||
|
||||
Opts.DisableAvailabilityChecking |=
|
||||
Args.hasArg(OPT_disable_availability_checking);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user