disable overflow-checks for performance

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-03 02:17:53 -04:00 committed by June
parent 75ad5cfbb7
commit 42e3567153

View file

@ -477,7 +477,6 @@ opt-level = 3
lto = 'thin'
incremental = false
opt-level = 3
overflow-checks = true
strip = "symbols"
control-flow-guard = true # Windows only
debug = 0