Skip to content

Commit

Permalink
Reformat again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes authored and jmartinesp committed Sep 19, 2024
1 parent 79d8738 commit 2a03de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xtask/src/swift.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ impl SwiftArgs {
target: targets,
sequentially,
} => {
// The dev profile seems to cause crashes on some platforms so we default to reldbg
// https://github.com/matrix-org/matrix-rust-sdk/issues/4009
// The dev profile seems to cause crashes on some platforms so we default to
// reldbg (https://github.com/matrix-org/matrix-rust-sdk/issues/4009)
let profile =
profile.as_deref().unwrap_or(if release { "release" } else { "reldbg" });
build_xcframework(profile, targets, components_path, sequentially)
Expand Down

0 comments on commit 2a03de3

Please sign in to comment.