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 assuming the runtime environment uses Mach-O but does not support dynamic modules."
22
22
FALSE)
23
23
24
+
option(SWIFT_STDLIB_USE_NONATOMIC_RC
25
+
"Build the standard libraries and overlays with nonatomic reference count operations enabled"
26
+
FALSE)
27
+
28
+
option(SWIFT_STDLIB_SINGLE_THREADED_RUNTIME
29
+
"Build the standard libraries assuming that they will be used in an environment with only a single thread. If set, also forces SWIFT_STDLIB_USE_NONATOMIC_RC to On."
0 commit comments