You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/build-script-impl
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,8 @@ KNOWN_SETTINGS=(
72
72
swift-build-type "Debug""the CMake build variant for Swift"
73
73
swift-enable-assertions "1""enable assertions in Swift"
74
74
swift-analyze-code-coverage "not-merged""Code coverage analysis mode for Swift (false, not-merged, merged). Defaults to false if the argument is not present, and not-merged if the argument is present without a modifier."
75
-
swift-enable-lto "0""enable LTO compilation of the Swift compiler"
75
+
swift-enable-lto "0""enable LTO compilation of just Swift."
76
+
llvm-enable-lto "0""enable LTO compilation of LLVM/Clang."
76
77
swift-stdlib-build-type "Debug""the CMake build variant for Swift"
77
78
swift-stdlib-enable-assertions "1""enable assertions in Swift"
78
79
swift-stdlib-enable-resilience "0""build the Swift stdlib and overlays with resilience enabled"
@@ -422,6 +423,16 @@ function set_deployment_target_based_options() {
0 commit comments