enable overflow-checks for dev/debug profile
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
05314ec46c
commit
9ee1485960
1 changed files with 2 additions and 0 deletions
|
@ -459,9 +459,11 @@ systemd-units = { unit-name = "conduwuit" }
|
||||||
|
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
|
#debug = 0
|
||||||
lto = 'off'
|
lto = 'off'
|
||||||
codegen-units = 512
|
codegen-units = 512
|
||||||
incremental = true
|
incremental = true
|
||||||
|
overflow-checks = true
|
||||||
#panic = "abort"
|
#panic = "abort"
|
||||||
|
|
||||||
# seems to speed up continuous debug compilations
|
# seems to speed up continuous debug compilations
|
||||||
|
|
Loading…
Add table
Reference in a new issue