Skip to content
Snippets Groups Projects
Commit 86746190 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Merge branch 'fix/remove-swift-settings-unsafe-flags' into 'main'

Remove swift settings unsafe flags

See merge request elixxir/client-ios-db!21
parents cd5a07a6 36f9df26
No related branches found
No related tags found
1 merge request!21Remove swift settings unsafe flags
......@@ -2,15 +2,16 @@
import PackageDescription
let swiftSettings: [SwiftSetting] = [
.unsafeFlags(
[
"-Xfrontend",
"-debug-time-function-bodies",
"-Xfrontend",
"-debug-time-expression-type-checking",
],
.when(configuration: .debug)
),
// Uncomment to measure compilation time:
//.unsafeFlags(
// [
// "-Xfrontend",
// "-debug-time-function-bodies",
// "-Xfrontend",
// "-debug-time-expression-type-checking",
// ],
// .when(configuration: .debug)
//),
]
let package = Package(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment