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
"Support back-deploying compatibility fixes for newer apps running on older runtimes."
58
-
TRUE)
63
+
"Support back-deploying compatibility fixes for newer apps running on older runtimes."
64
+
TRUE)
59
65
60
66
option(SWIFT_RUNTIME_MACHO_NO_DYLD
61
-
"Build stdlib assuming the runtime environment uses Mach-O but does not support dynamic modules."
62
-
FALSE)
67
+
"Build stdlib assuming the runtime environment uses Mach-O but does not support dynamic modules."
68
+
FALSE)
63
69
64
70
option(SWIFT_STDLIB_SINGLE_THREADED_RUNTIME
65
-
"Build the standard libraries assuming that they will be used in an environment with only a single thread."
66
-
FALSE)
71
+
"Build the standard libraries assuming that they will be used in an environment with only a single thread."
72
+
FALSE)
67
73
68
74
option(SWIFT_STDLIB_OS_VERSIONING
69
-
"Build stdlib with availability based on OS versions (Darwin only)."
70
-
TRUE)
75
+
"Build stdlib with availability based on OS versions (Darwin only)."
76
+
TRUE)
77
+
78
+
option(SWIFT_BUILD_TEST_SUPPORT_MODULES
79
+
"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."
0 commit comments