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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,7 @@ KNOWN_SETTINGS=(
191
191
swift-primary-variant-sdk """default SDK for target binaries"
192
192
swift-runtime-enable-leak-checker "0""Enable leaks checking routines in the runtime"
193
193
swift-stdlib-enable-assertions "1""enable assertions in Swift"
194
+
swift-stdlib-enable-debug-preconditions-in-release "0""Enable _debugPrecondition checks in the stdlib in Release configurations"
194
195
swift-tools-enable-lto """enable LTO compilation of Swift tools. *NOTE* This does not include the swift standard library and runtime. Must be set to one of 'thin' or 'full'"
195
196
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, ...]"
196
197
report-statistics "0""set to 1 to generate compilation statistics files for swift libraries"
@@ -223,6 +224,7 @@ KNOWN_SETTINGS=(
223
224
swift-stdlib-experimental-hermetic-seal-at-link "0""whether stdlib should be built with -experimental-hermetic-seal-at-link"
224
225
swift-stdlib-disable-instantiation-caches "0""whether to build stdlib with -disable-preallocated-instantiation-caches"
225
226
swift-stdlib-has-type-printing "1""whether stdlib should support printing user-friendly type name as strings at runtime"
227
+
swift-stdlib-trap-function """Name of function to call instead of emitting a trap instruction"
226
228
swift-disable-dead-stripping "0""turns off Darwin-specific dead stripping for Swift host tools"
227
229
common-swift-flags """Flags used for Swift targets other than the stdlib, like the corelibs"
228
230
swift-enable-experimental-string-processing "1""whether to build experimental string processing feature"
@@ -2006,6 +2008,7 @@ for host in "${ALL_HOSTS[@]}"; do
0 commit comments