mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Revert "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 reverts commit eb9c69ce20a05ebabee7a9580e1a8a7f8cc3ebb9.
This commit is contained in:
parent
6d577eae11
commit
68442d5cd9
@ -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 = .debug
|
var profile: Profile = .reldbg
|
||||||
|
|
||||||
enum Error: LocalizedError {
|
enum Error: LocalizedError {
|
||||||
case rustupOutputFailure
|
case rustupOutputFailure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user