codegen-units = 1
This commit is contained in:
parent
b358463928
commit
5628068888
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user