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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ KNOWN_SETTINGS=(
161
161
build-sil-debugging-stdlib "0""set to 1 to build the Swift standard library with -gsil to enable debugging and profiling on SIL level"
162
162
check-incremental-compilation "0""set to 1 to compile swift libraries multiple times to check if incremental compilation works"
163
163
llvm-include-tests "1""Set to true to generate testing targets for LLVM. Set to true by default."
164
-
source-tree-includes-tests "1""set to 0 to allow the build to proceed when 'test' directory is missing (required for B&I builds)"
164
+
swift-include-tests "1""Set to true to generate testing targets for Swift. This allows the build to proceed when 'test' directory is missing (required for B&I builds)"
165
165
native-llvm-tools-path """directory that contains LLVM tools that are executable on the build machine"
166
166
native-clang-tools-path """directory that contains Clang tools that are executable on the build machine"
167
167
native-swift-tools-path """directory that contains Swift tools that are executable on the build machine"
@@ -1954,7 +1954,7 @@ for host in "${ALL_HOSTS[@]}"; do
0 commit comments