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 6af9c99 commit 8fa9eb5Copy full SHA for 8fa9eb5
SwiftCompilerSources/CMakeLists.txt
@@ -75,6 +75,7 @@ function(add_swift_compiler_modules_library name)
75
set(swift_compile_options
76
"-Xfrontend" "-validate-tbd-against-ir=none"
77
"-Xfrontend" "-enable-experimental-cxx-interop"
78
+ "-Xfrontend" "-disable-target-os-checking"
79
"-Xcc" "-std=c++17"
80
"-Xcc" "-DCOMPILED_WITH_SWIFT"
81
"-Xcc" "-UIBOutlet" "-Xcc" "-UIBAction" "-Xcc" "-UIBInspectable")
0 commit comments