Skip to content

Commit b7a07db

Browse files
authored
Merge pull request #84993 from slavapestov/enable-prepared-overloads
Sema: Enable prepared overloads by default
2 parents e39a31a + 233b334 commit b7a07db

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
@@ -1015,7 +1015,7 @@ namespace swift {
10151015
bool SolverDisableSplitter = false;
10161016

10171017
/// Enable the experimental "prepared overloads" optimization.
1018-
bool SolverEnablePreparedOverloads = false;
1018+
bool SolverEnablePreparedOverloads = true;
10191019
};
10201020

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

0 commit comments

Comments
 (0)