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 50db6e4 commit 0499501Copy full SHA for 0499501
tools/SourceKit/cmake/modules/AddSwiftSourceKit.cmake
@@ -78,7 +78,7 @@ function(add_sourcekit_default_compiler_flags target)
78
${${SWIFT_HOST_VARIANT_ARCH}_INCLUDE})
79
endif()
80
target_compile_options(${target} PRIVATE
81
- -fblocks)
+ ${c_compile_flags} -fblocks)
82
target_link_options(${target} PRIVATE
83
${link_flags})
84
target_link_directories(${target} PRIVATE
0 commit comments