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.
2 parents 2a3d3cb + 8fa9eb5 commit 34cc258Copy full SHA for 34cc258
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