enable overflow-checks for dev/debug profile

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-03 12:06:49 -04:00 committed by June
parent 05314ec46c
commit 9ee1485960

View file

@ -459,9 +459,11 @@ systemd-units = { unit-name = "conduwuit" }
[profile.dev]
#debug = 0
lto = 'off'
codegen-units = 512
incremental = true
overflow-checks = true
#panic = "abort"
# seems to speed up continuous debug compilations