Skip to content

Commit 7451225

Browse files
committed
Sema: Enable prepared overloads by default
This can be turned off with -solver-disable-prepared-overloads.
1 parent 5133c97 commit 7451225

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
@@ -1018,7 +1018,7 @@ namespace swift {
10181018
bool SolverDisableSplitter = false;
10191019

10201020
/// Enable the experimental "prepared overloads" optimization.
1021-
bool SolverEnablePreparedOverloads = false;
1021+
bool SolverEnablePreparedOverloads = true;
10221022
};
10231023

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

0 commit comments

Comments
 (0)