codegen-units = 1

This commit is contained in:
Bryan Stitt 2023-01-26 19:23:52 -08:00
parent b358463928
commit 5628068888

View File

@ -9,10 +9,7 @@ members = [
]
[profile.release]
# we leave debug = true on so that sentry can give us line numbers
# `debug = true` so that sentry can give us line numbers
debug = true
# TODO: enable lto (and maybe other things proven with benchmarks) once rapid development is done
lto = true
# TODO: we can't do panic = abort because the websockets disconnect by panicking sometimes
# TODO: i want to have a panic handler than sends things to pagerduty when we panic, but that will be too verbose too
# spend longer compiling for a slightly faster binary
codegen-units = 1