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.
2 parents f80087a + 0552fe7 commit 3f1c097Copy full SHA for 3f1c097
Sources/FoundationNetworking/CMakeLists.txt
@@ -32,6 +32,10 @@ target_compile_definitions(FoundationNetworking PRIVATE
32
DEPLOYMENT_RUNTIME_SWIFT
33
NS_BUILDING_FOUNDATION_NETWORKING)
34
target_compile_options(FoundationNetworking PUBLIC
35
+ -autolink-force-load
36
+ # SR-12254: workaround for the swift compiler not properly tracking the
37
+ # forced load symbol when validating the TBD
38
+ -Xfrontend -validate-tbd-against-ir=none
39
$<$<BOOL:${ENABLE_TESTING}>:-enable-testing>
40
"SHELL:-Xcc -F${CMAKE_BINARY_DIR}")
41
target_link_libraries(FoundationNetworking
0 commit comments