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
@@ -100,6 +101,7 @@ defaulted_option(SwiftCore_ENABLE_STDLIB_TRACING "Enable tracing in the runtime.
100
101
option(SwiftCore_ENABLE_UNICODE_DATA"Include unicode data in Swift runtimes"ON)
101
102
option(SwiftCore_ENABLE_SHORT_MANGLING_LOOKUPS"Build with fast-path context descriptor lookups based on well-known short manglings."ON)
102
103
option(SwiftCore_ENABLE_FILESYSTEM_SUPPORT"Build for systems that have a filesystem"ON)
104
+
option(SwiftCore_ENABLE_OS_TRACE_LAZY_INIT"Use os_trace call to check if lazy init has been completed before making os_signpost calls."${SwiftCore_HAS_OS_TRACE})
0 commit comments