mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Debug is no longer crashing as of matrix-rust-sdk/pull/2595, time to make it the default again so that debugging works properly
This commit is contained in:
parent
2b89721aa0
commit
eb9c69ce20
@ -25,7 +25,7 @@ struct BuildSDK: ParsableCommand {
|
|||||||
var target: Target?
|
var target: Target?
|
||||||
|
|
||||||
@Option(help: "The profile to use when building the SDK. Omit this option to build in debug mode.")
|
@Option(help: "The profile to use when building the SDK. Omit this option to build in debug mode.")
|
||||||
var profile: Profile = .reldbg
|
var profile: Profile = .debug
|
||||||
|
|
||||||
enum Error: LocalizedError {
|
enum Error: LocalizedError {
|
||||||
case rustupOutputFailure
|
case rustupOutputFailure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user