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
"Build stdlib without a custom implementation of MetadataAllocator, relying on malloc+free instead."
147
-
FALSE)
148
-
149
-
option(SWIFT_STDLIB_HAS_COMMANDLINE
150
-
"Build stdlib with the CommandLine enum and support for argv/argc."
151
-
TRUE)
152
-
153
111
option(SWIFT_BUILD_TEST_SUPPORT_MODULES
154
112
"Whether to build StdlibUnittest and other test support modules. Defaults to On when SWIFT_BUILD_SDK_OVERLAY is On, or when SWIFT_INCLUDE_TESTS is On."
155
113
"${SWIFT_BUILD_TEST_SUPPORT_MODULES_default}")
156
114
157
-
option(SWIFT_FREESTANDING_FLAVOR
158
-
"When building the FREESTANDING stdlib, which build style to use (options: apple, linux)")
159
-
160
115
option(SWIFT_STDLIB_ENABLE_PRESPECIALIZATION
161
116
"Should stdlib be built with generic metadata prespecialization enabled. Defaults to On on Darwin and on Linux."
0 commit comments