Skip to content

Commit 677ab97

Browse files
dschaefer2bnbarham
authored andcommitted
Remove --enable-library-evolution flag on prepare. (#7635)
(cherry picked from commit d5f6260)
1 parent 6b32c64 commit 677ab97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ public final class SwiftTargetBuildDescription {
553553

554554
if self.buildParameters.prepareForIndexing {
555555
args += [
556-
"-Xfrontend", "-enable-library-evolution",
557556
"-Xfrontend", "-experimental-skip-all-function-bodies",
558557
"-Xfrontend", "-experimental-lazy-typecheck",
559558
"-Xfrontend", "-experimental-skip-non-exportable-decls",

0 commit comments

Comments
 (0)