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-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,8 @@ KNOWN_SETTINGS=(
205
205
swift-objc-interop """whether to enable interoperability with Objective-C, default is 1 on Apple platfors, 0 otherwise"
206
206
swift-enable-compatibility-overrides "1""whether to support back-deploying compatibility fixes for newer apps running on older runtimes"
207
207
swift-enable-reflection "1""whether to support reflection and mirrors"
208
-
swift-runtime-macho-no-dyld "0""whether to build stdlib assuming the runtime environment does not support dynamic modules"
208
+
swift-stdlib-has-dladdr "1""whether to build stdlib assuming the runtime environment provides dladdr API"
209
+
swift-runtime-static-image-inspection "0""whether to build stdlib assuming the runtime environment only supports a single runtime image with Swift code"
209
210
swift-stdlib-single-threaded-runtime "0""whether to build stdlib as a single-threaded runtime only"
210
211
swift-stdlib-os-versioning "1""whether to build stdlib with availability based on OS versions (Darwin only)"
211
212
swift-stdlib-stable-abi """should stdlib be built with stable ABI, if not set defaults to true on Darwin, false otherwise"
@@ -1981,7 +1982,8 @@ for host in "${ALL_HOSTS[@]}"; do
0 commit comments