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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ KNOWN_SETTINGS=(
190
190
darwin-deployment-version-tvos "9.0""minimum deployment target version for tvOS"
191
191
darwin-deployment-version-watchos "2.0""minimum deployment target version for watchOS"
192
192
193
-
extra-cmake-vars"""Extra variables to pass to CMake for all targets"
193
+
extra-cmake-options"""Extra options to pass to CMake for all targets"
194
194
extra-swift-args """Extra arguments to pass to swift modules which match regex. Assumed to be a flattened cmake list consisting of [module_regexp, args, module_regexp, args, ...]"
195
195
sil-verify-all "0""If enabled, run the SIL verifier after each transform when building Swift files during this build process"
196
196
swift-enable-ast-verifier "1""If enabled, and the assertions are enabled, the built Swift compiler will run the AST verifier every time it is invoked"
@@ -1198,12 +1198,12 @@ if [[ "${EXPORT_COMPILE_COMMANDS}" ]] ; then
0 commit comments