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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,7 @@ KNOWN_SETTINGS=(
218
218
swift-stdlib-has-asl """whether the stdlib can use the asl_log API, defaults to true on Darwin, false otherwise"
219
219
swift-stdlib-has-stdin "1""whether to build stdlib assuming the platform supports stdin and getline API"
220
220
swift-stdlib-has-environ "1""whether to build stdlib assuming the platform supports environment variables"
221
+
swift-stdlib-has-locale """whether to build stdlib assuming the platform has locale support"
221
222
swift-stdlib-lto """enable LLVM LTO on the stdlib, valid values are empty string (no LTO), 'full' and 'thin'"
222
223
swift-stdlib-enable-prespecialization """whether stdlib should be built with generic metadata prespecialization enabled, defaults to true on Darwin and Linux, false otherwise"
223
224
swift-stdlib-passthrough-metadata-allocator "0""whether stdlib should be built without a custom implementation of MetadataAllocator, relying on malloc+free instead"
@@ -2147,6 +2148,13 @@ for host in "${ALL_HOSTS[@]}"; do
0 commit comments