We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b73da commit 34b9ba9Copy full SHA for 34b9ba9
stdlib/public/Concurrency/CMakeLists.txt
@@ -41,13 +41,10 @@ endif()
41
# Don't emit extended frame info on platforms other than darwin, system
42
# backtracer and system debugger are unlikely to support it.
43
if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
44
- list(APPEND SWIFT_RUNTIME_CONCURRENCY_C_FLAGS
45
- "-fswift-async-fp=${swift_concurrency_async_fp_mode}")
46
list(APPEND SWIFT_RUNTIME_CONCURRENCY_SWIFT_FLAGS
47
"-Xfrontend"
48
"-swift-async-frame-pointer=${swift_concurrency_async_fp_mode}")
49
else()
50
- list(APPEND SWIFT_RUNTIME_CONCURRENCY_C_FLAGS "-fswift-async-fp=never")
51
endif()
52
53
add_swift_target_library(swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
0 commit comments