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
Introduce SWIFT_FREESTANDING_FLAVOR to select whether the FREESTANDING stdlib should be built/tested using an Apple SDK, or another SDK (e.g. Linux, not implemented yet) (#34450)
"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."
80
80
"${SWIFT_BUILD_TEST_SUPPORT_MODULES_default}")
81
81
82
+
option(SWIFT_FREESTANDING_FLAVOR
83
+
"When building the FREESTANDING stdlib, which build style to use (options: apple, linux)")
84
+
82
85
set(SWIFT_STDLIB_ENABLE_LTO OFFCACHESTRING"Build Swift stdlib with LTO. One
83
86
must specify the form of LTO by setting this to one of: 'full', 'thin'. This
84
87
option only affects the standard library and runtime, not tools.")
0 commit comments