We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa93694 + 87b3d51 commit 2337d92Copy full SHA for 2337d92
tools/swift-inspect/Package.swift
@@ -21,10 +21,7 @@ let package = Package(
21
.target(name: "SwiftInspectClientInterface", condition: .when(platforms: [.windows])),
22
],
23
swiftSettings: [.unsafeFlags(["-parse-as-library"])]),
24
- .target(
25
- name: "SwiftInspectClient",
26
- // Workaround https://github.com/llvm/llvm-project/issues/40056
27
- cxxSettings: [.unsafeFlags(["-Xclang", "-fno-split-cold-code"])]),
+ .target(name: "SwiftInspectClient"),
28
.systemLibrary(
29
name: "SwiftInspectClientInterface"),
30
.testTarget(
0 commit comments