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 eb6933b commit be2f931Copy full SHA for be2f931
Runtimes/Core/CMakeLists.txt
@@ -127,6 +127,7 @@ add_compile_options(
127
$<$<COMPILE_LANGUAGE:CXX>:-fno-rtti>
128
$<$<COMPILE_LANGUAGE:CXX>:-fno-exceptions>
129
$<$<COMPILE_LANGUAGE:CXX>:-funwind-tables>
130
+ "$<$<AND:$<COMPILE_LANGUAGE:Swift>,$<NOT:$<BOOL:${SwiftCore_ENABLE_OBJC_INTEROP}>>>:SHELL:-Xfrontend -disable-objc-interop>"
131
"$<$<AND:$<COMPILE_LANGUAGE:Swift>,$<PLATFORM_ID:Windows>>:SHELL:-Xcc -Xclang -Xcc -fbuiltin-headers-in-system-modules>"
132
$<$<AND:$<COMPILE_LANGUAGE:Swift>,$<BOOL:${SwiftCore_ENABLE_LIBRARY_EVOLUTION}>>:-enable-library-evolution>)
133
0 commit comments