Enable overflow-checks in release

This commit is contained in:
Ivan Molodetskikh 2023-08-14 15:22:10 +04:00
parent 430fb47cd6
commit 529a24cc14

View File

@ -37,3 +37,6 @@ features = [
[features]
profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"]
[profile.release]
overflow-checks = true