keep debug symbols on for now

This commit is contained in:
Bryan Stitt 2022-05-17 04:08:25 +00:00
parent 49ca418534
commit 2970535bac

View File

@ -6,6 +6,7 @@ members = [
# TODO: enable these once rapid development is done
# TODO: we can't do panic = abort because the websockets disconnect by panicing sometimes
#[profile.release]
[profile.release]
debug = true
#panic = abort
#lto = true