We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44ff7e5 + 53c70df commit 63b7f05Copy full SHA for 63b7f05
Runtimes/Core/CMakeLists.txt
@@ -172,6 +172,7 @@ add_compile_options(
172
add_link_options($<$<PLATFORM_ID:Windows>:LINKER:/WX>)
173
174
add_compile_options(
175
+ "$<$<COMPILE_LANGUAGE:Swift>:-nostdlibimport>"
176
"$<$<COMPILE_LANGUAGE:Swift>:SHELL:-library-level api>"
177
"$<$<COMPILE_LANGUAGE:Swift>:SHELL:-runtime-compatibility-version none>"
178
"$<$<COMPILE_LANGUAGE:Swift>:-disable-autolinking-runtime-compatibility-dynamic-replacements>"
0 commit comments