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:
Stefan Ceriu 2023-10-18 09:06:05 +03:00
parent 2b89721aa0
commit eb9c69ce20

View File

@ -25,7 +25,7 @@ struct BuildSDK: ParsableCommand {
var target: Target?
@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 {
case rustupOutputFailure