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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,7 @@ KNOWN_SETTINGS=(
219
219
swift-stdlib-passthrough-metadata-allocator "0""whether stdlib should be built without a custom implementation of MetadataAllocator, relying on malloc+free instead"
220
220
swift-stdlib-short-mangling-lookups "1""whether to build stdlib with fast-path context descriptor lookups based on well-known short manglings"
221
221
swift-stdlib-experimental-hermetic-seal-at-link "0""whether stdlib should be built with -experimental-hermetic-seal-at-link"
222
+
swift-stdlib-disable-instantiation-caches "0""whether to build stdlib with -disable-preallocated-instantiation-caches"
222
223
swift-stdlib-has-type-printing "1""whether stdlib should support printing user-friendly type name as strings at runtime"
223
224
swift-disable-dead-stripping "0""turns off Darwin-specific dead stripping for Swift host tools"
224
225
common-swift-flags """Flags used for Swift targets other than the stdlib, like the corelibs"
@@ -2010,6 +2011,7 @@ for host in "${ALL_HOSTS[@]}"; do
0 commit comments