mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Frontend] Remove -disable-solver-shrink option
It's folded into a more general "disable performance hacks" one.
This commit is contained in:
@@ -2015,9 +2015,6 @@ static bool ParseTypeCheckerArgs(TypeCheckerOptions &Opts, ArgList &Args,
|
||||
Opts.DebugForbidTypecheckPrefixes.push_back(A);
|
||||
}
|
||||
|
||||
if (Args.getLastArg(OPT_solver_disable_shrink))
|
||||
Opts.SolverDisableShrink = true;
|
||||
|
||||
if (Args.getLastArg(OPT_solver_disable_splitter))
|
||||
Opts.SolverDisableSplitter = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user