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 abe377c + d5565c9 commit c5e4af9Copy full SHA for c5e4af9
cmake/modules/AddPureSwift.cmake
@@ -62,6 +62,7 @@ function(_add_host_swift_compile_options name)
62
DEPLOYMENT_VERSION "${DEPLOYMENT_VERSION}")
63
64
target_compile_options(${name} PRIVATE $<$<COMPILE_LANGUAGE:Swift>:-target;${target}>)
65
+ _add_host_variant_swift_sanitizer_flags(${name})
66
endfunction()
67
68
# Add a new "pure" Swift host library.
0 commit comments