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:
Stefan Ceriu 2023-10-23 16:24:57 +03:00
parent 6d577eae11
commit 68442d5cd9

View File

@ -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