diff --git a/include/swift/Basic/LangOptions.h b/include/swift/Basic/LangOptions.h index 8c4eb2475fbc5..5dd1e36343618 100644 --- a/include/swift/Basic/LangOptions.h +++ b/include/swift/Basic/LangOptions.h @@ -1021,7 +1021,7 @@ namespace swift { bool SolverDisableSplitter = false; /// Enable the experimental "prepared overloads" optimization. - bool SolverEnablePreparedOverloads = false; + bool SolverEnablePreparedOverloads = true; }; /// Options for controlling the behavior of the Clang importer.