Skip to content

Commit d5f6260

Browse files
authored
Remove --enable-library-evolution flag on prepare. (swiftlang#7635)
1 parent a8b0999 commit d5f6260

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift

-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ public final class SwiftTargetBuildDescription {
545545

546546
if self.buildParameters.prepareForIndexing {
547547
args += [
548-
"-Xfrontend", "-enable-library-evolution",
549548
"-Xfrontend", "-experimental-skip-all-function-bodies",
550549
"-Xfrontend", "-experimental-lazy-typecheck",
551550
"-Xfrontend", "-experimental-skip-non-exportable-decls",

0 commit comments

Comments
 (0)