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 545f2b9 commit 8f447fbCopy full SHA for 8f447fb
SwiftCompilerSources/CMakeLists.txt
@@ -183,6 +183,7 @@ function(add_swift_compiler_modules_library name)
183
# Workaround a crash in the LoadableByAddress pass
184
# https://github.com/apple/swift/issues/73254
185
list(APPEND swift_compile_options "-Xllvm" "-sil-disable-pass=loadable-address")
186
+ list(APPEND swift_compile_options "-v" "-Xcc" "-v")
187
else()
188
list(APPEND sdk_option "-I" "${swift_exec_bin_dir}/../lib" "-I" "${sdk_path}/usr/lib")
189
endif()
0 commit comments