mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
SwiftCompilerSources: remove extraneous flags
Remove the flags that are now implicitly setup by SPM. Addresses feedback from @hyp.
This commit is contained in:
@@ -17,8 +17,6 @@ private extension Target {
|
||||
static let defaultSwiftSettings: [SwiftSetting] = [
|
||||
.interoperabilityMode(.Cxx),
|
||||
.unsafeFlags([
|
||||
"-Xfrontend", "-validate-tbd-against-ir=none",
|
||||
"-Xfrontend", "-enable-experimental-cxx-interop",
|
||||
// Bridging modules and headers
|
||||
"-Xcc", "-I", "-Xcc", "../include",
|
||||
// LLVM modules and headers
|
||||
|
||||
Reference in New Issue
Block a user