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 e071777 commit a2eaf5bCopy full SHA for a2eaf5b
Package.swift
@@ -32,6 +32,7 @@ let package = Package(
32
// Enable better optimizations when building in Release configuration. Despite the use of
33
// the `.unsafeFlags` construct required by SwiftPM, this flag is recommended for Release
34
// builds. See <https://www.swift.org/server/guides/building.html#building-for-production> for details.
35
+ .unsafeFlags(["-disable-round-trip-debug-types"], .when(platforms: [.macOS])),
36
.unsafeFlags(["-cross-module-optimization"], .when(configuration: .release))
37
]
38
)
0 commit comments