Skip to content

Commit 233b334

Browse files
committed
Sema: Enable prepared overloads by default
This can be turned off with -solver-disable-prepared-overloads.
1 parent 1cf8d2e commit 233b334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ namespace swift {
10211021
bool SolverDisableSplitter = false;
10221022

10231023
/// Enable the experimental "prepared overloads" optimization.
1024-
bool SolverEnablePreparedOverloads = false;
1024+
bool SolverEnablePreparedOverloads = true;
10251025
};
10261026

10271027
/// Options for controlling the behavior of the Clang importer.

0 commit comments

Comments
 (0)