Skip to content

Commit 1767f20

Browse files
dschaefer2bnbarham
authored andcommitted
Remove --enable-library-evolution flag on prepare. (#7635)
(cherry picked from commit d5f6260)
1 parent 32f9bd3 commit 1767f20

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
@@ -563,7 +563,6 @@ public final class SwiftTargetBuildDescription {
563563

564564
if self.buildParameters.prepareForIndexing {
565565
args += [
566-
"-Xfrontend", "-enable-library-evolution",
567566
"-Xfrontend", "-experimental-skip-all-function-bodies",
568567
"-Xfrontend", "-experimental-lazy-typecheck",
569568
"-Xfrontend", "-experimental-skip-non-exportable-decls",

0 commit comments

Comments
 (0)